Skip to content

Commit

Permalink
chore(auto-release): add submodulesKeys (#577)
Browse files Browse the repository at this point in the history
  • Loading branch information
RSS1102 authored Jan 12, 2025
1 parent 5d9bb23 commit c4d4260
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions packages/auto-release/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,18 @@ export const submodules = {
title: '## React for Mobile 发布',
changelogUrl: 'https://raw.githubusercontent.com/Tencent/tdesign-mobile-react/refs/heads/main/CHANGELOG.md',
},
'tdesign-vue-starter': {
title: '## Vue for Starter 发布 ',
changelogUrl: 'https://raw.githubusercontent.com/Tencent/tdesign-vue-starter/refs/heads/main/CHANGELOG.md',
},
'tdesign-vue-next-starter': {
title: '## Vue-next for Starter 发布 ',
changelogUrl: 'https://raw.githubusercontent.com/Tencent/tdesign-vue-next-starter/refs/heads/main/CHANGELOG.md',
},
'tdesign-react-starter': {
title: '## React for Starter 发布 ',
changelogUrl: 'https://raw.githubusercontent.com/Tencent/tdesign-react-starter/refs/heads/main/CHANGELOG.md',
},
};

export type SubmoduleItem = keyof typeof submodules;
Expand All @@ -39,4 +51,7 @@ export const submodulesKeys: SubmoduleItem[] = [
'tdesign-mobile-vue',
'tdesign-mobile-react',
'tdesign-flutter',
'tdesign-vue-starter',
'tdesign-vue-next-starter',
'tdesign-react-starter',
];

0 comments on commit c4d4260

Please sign in to comment.