Skip to content

Commit

Permalink
fix: release msg
Browse files Browse the repository at this point in the history
  • Loading branch information
c0dedance committed Oct 31, 2023
1 parent e68b64d commit 8a94ac2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ async function main() {
// 6. 生成 release commit
step('\nCommitting changes...')
await run('git', ['add', '-A'])
await run('git', ['commit', '-m', `'release: v${targetVersion}'`])
await run('git', ['commit', '-m', `release: v${targetVersion}`])

// 7. 执行 npm publish
step('\nPublishing packages...')
Expand Down

0 comments on commit 8a94ac2

Please sign in to comment.