File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
packages/auto-release/src Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,18 @@ export const submodules = {
2727 title : '## React for Mobile 发布' ,
2828 changelogUrl : 'https://raw.githubusercontent.com/Tencent/tdesign-mobile-react/refs/heads/main/CHANGELOG.md' ,
2929 } ,
30+ 'tdesign-vue-starter' : {
31+ title : '## Vue for Starter 发布 ' ,
32+ changelogUrl : 'https://raw.githubusercontent.com/Tencent/tdesign-vue-starter/refs/heads/main/CHANGELOG.md' ,
33+ } ,
34+ 'tdesign-vue-next-starter' : {
35+ title : '## Vue-next for Starter 发布 ' ,
36+ changelogUrl : 'https://raw.githubusercontent.com/Tencent/tdesign-vue-next-starter/refs/heads/main/CHANGELOG.md' ,
37+ } ,
38+ 'tdesign-react-starter' : {
39+ title : '## React for Starter 发布 ' ,
40+ changelogUrl : 'https://raw.githubusercontent.com/Tencent/tdesign-react-starter/refs/heads/main/CHANGELOG.md' ,
41+ } ,
3042} ;
3143
3244export type SubmoduleItem = keyof typeof submodules ;
@@ -39,4 +51,7 @@ export const submodulesKeys: SubmoduleItem[] = [
3951 'tdesign-mobile-vue' ,
4052 'tdesign-mobile-react' ,
4153 'tdesign-flutter' ,
54+ 'tdesign-vue-starter' ,
55+ 'tdesign-vue-next-starter' ,
56+ 'tdesign-react-starter' ,
4257] ;
You can’t perform that action at this time.
0 commit comments