chore(cli): adjust release commit message (#8993)

This commit is contained in:
neverland 2021-07-08 09:54:31 +08:00 committed by GitHub
parent 11cd05b7c9
commit 05019d7ce0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@ export async function release(command: { tag?: string }) {
}, },
git: { git: {
tagName: 'v${version}', tagName: 'v${version}',
commitMessage: 'chore: release ${version}', commitMessage: 'release: ${version}',
}, },
}); });
} }