feat(cli): support gitTag option for release command (#12134)
* feat(cli): support gitTag option for release command * chore: exclude temp file * release: vant v4.6.4-beta.1
This commit is contained in:
@@ -75,6 +75,7 @@ program
|
||||
.command('release')
|
||||
.description('Compile components and release it')
|
||||
.option('--tag <tag>', 'Release tag')
|
||||
.option('--gitTag', 'Generate git tag')
|
||||
.action(async (options) => {
|
||||
const { release } = await import('./commands/release.js');
|
||||
return release(options);
|
||||
|
||||
Reference in New Issue
Block a user