Skip to content

Commit

Permalink
build: release git commit
Browse files Browse the repository at this point in the history
  • Loading branch information
roymondchen committed May 20, 2024
1 parent 238762d commit 22eb745
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ async function main() {
if (stdout) {
step('\nCommitting changes...');
await runIfNotDry('git', ['add', '-A']);
await runIfNotDry('git', ['commit', '-m', `release: v${targetVersion}`]);
await runIfNotDry('git', ['commit', '-m', `chore: release v${targetVersion}`, '--verify']);
} else {
console.log('No changes to commit.');
}
Expand Down

0 comments on commit 22eb745

Please sign in to comment.