mirror of
https://github.com/youzan/vant.git
synced 2025-10-16 16:04:04 +00:00
chore(cli): adjust release commit message (#8993)
This commit is contained in:
@@ -14,7 +14,7 @@ export async function release(command: { tag?: string }) {
|
||||
},
|
||||
git: {
|
||||
tagName: 'v${version}',
|
||||
commitMessage: 'chore: release ${version}',
|
||||
commitMessage: 'release: ${version}',
|
||||
},
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user