chore: update genlog script

This commit is contained in:
Il Harper 2024-03-06 13:10:53 +08:00
parent 1c53c08cd3
commit fb7f948ff4
No known key found for this signature in database
GPG Key ID: 4B71FCA698E7E8EC

View File

@ -9,9 +9,14 @@ const processRelease = (s: string) =>
const componentMap = { const componentMap = {
core: 'https://github.com/chrononeko/chronocat/tree/master/packages/core', core: 'https://github.com/chrononeko/chronocat/tree/master/packages/core',
shell: 'https://github.com/chrononeko/chronocat/tree/master/packages/shell',
docs: 'https://github.com/chrononeko/chronocat/tree/master/packages/docs', docs: 'https://github.com/chrononeko/chronocat/tree/master/packages/docs',
iife: 'https://github.com/chrononeko/chronocat/tree/master/packages/iife', iife: 'https://github.com/chrononeko/chronocat/tree/master/packages/iife',
llqqnt: 'https://github.com/chrononeko/chronocat/tree/master/packages/llqqnt', llqqnt: 'https://github.com/chrononeko/chronocat/tree/master/packages/llqqnt',
llqqntv0:
'https://github.com/chrononeko/chronocat/tree/master/packages/llqqntv0',
llqqntv1:
'https://github.com/chrononeko/chronocat/tree/master/packages/llqqntv1',
qqntim: 'https://github.com/chrononeko/chronocat/tree/master/packages/qqntim', qqntim: 'https://github.com/chrononeko/chronocat/tree/master/packages/qqntim',
red: 'https://github.com/chrononeko/chronocat/tree/master/packages/red', red: 'https://github.com/chrononeko/chronocat/tree/master/packages/red',
'koishi-plugin-adapter': 'koishi-plugin-adapter':
@ -22,6 +27,10 @@ const componentMap = {
miraigo: 'https://github.com/chrononeko/miraigo/tree/master', miraigo: 'https://github.com/chrononeko/miraigo/tree/master',
docker: 'https://github.com/chrononeko/docker/tree/master', docker: 'https://github.com/chrononeko/docker/tree/master',
cli: 'https://github.com/chrononeko/cli/tree/master', cli: 'https://github.com/chrononeko/cli/tree/master',
'engine-chronocat-api':
'https://github.com/chrononeko/chronocat/tree/master/packages/engine-chronocat-api',
'engine-chronocat-event':
'https://github.com/chrononeko/chronocat/tree/master/packages/engine-chronocat-event',
} as const } as const
type Component = keyof typeof componentMap type Component = keyof typeof componentMap