Skip to content

Commit

Permalink
* add hook to release-it config - update changelog.dm based on github…
Browse files Browse the repository at this point in the history
… tags
  • Loading branch information
PdoubleU committed Nov 21, 2023
1 parent f3ea519 commit 671a0de
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,9 @@
"commitMessage": "chore: release ${version}",
"tagName": "v${version}"
},
"hooks": {
"after:bump": "npx auto-changelog -ps"
},
"npm": {
"publish": true
},
Expand Down

0 comments on commit 671a0de

Please sign in to comment.