Skip to content

Commit

Permalink
chore: add release scope when updating changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mihar-22 committed Feb 3, 2024
1 parent 407330a commit 79395ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .scripts/release.js
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ async function main() {
step('Generating changelog...');
await run('pnpm', ['changelog']);
await runIfNotDry('git', ['add', '-A']);
await runIfNotDry('git', ['commit', '-m', 'chore: update changelog']);
await runIfNotDry('git', ['commit', '-m', 'chore(release): update changelog']);

step('Pushing to GitHub...');
await runIfNotDry('git', ['push', 'upstream', `refs/tags/${tag}`]);
Expand Down

0 comments on commit 79395ef

Please sign in to comment.