Skip to content

Commit

Permalink
fix: small changes
Browse files Browse the repository at this point in the history
Update changes inside release-it-config
  • Loading branch information
splincode committed Sep 23, 2024
1 parent a787aea commit 5705b1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/release-it-config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ module.exports = {
},
hooks: {
'after:bump': [
'git tag v${version}', // for include last tag inside CHANGELOG
'git tag v${version} > /dev/null', // for include last tag inside CHANGELOG
'echo "new version is v${version}"',
`${changelog} --template ${path}/templates/changelog.hbs -p > /dev/null`,
'npx prettier CHANGELOG.md --write > /dev/null',
Expand Down

0 comments on commit 5705b1d

Please sign in to comment.