Skip to content

Commit

Permalink
Update after hook
Browse files Browse the repository at this point in the history
  • Loading branch information
scriptex committed Feb 19, 2021
1 parent 9fe37c1 commit 5e3d398
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"private": true,
"release-it": {
"hooks": {
"after:release": "yarn changelog-local && git add . && git commit -m \"Update CHANGELOG.md with the latest changes\" && git push"
"after:release": "yarn changelog-local && git add CHANGELOG.md && git commit -m \"Update CHANGELOG.md with the latest changes\" && git push"
},
"git": {
"changelog": "git log --pretty=format:\"* %s (%h)\" ${from}...${to}",
Expand Down

0 comments on commit 5e3d398

Please sign in to comment.