🧪 modified auto-changelog to commit CHANGELOG.md

ref #4
This commit is contained in:
Philipp Dormann 2021-01-10 12:30:11 +01:00
parent 0276c3deeb
commit 52aa99681b

View File

@ -50,7 +50,7 @@
"publish": false "publish": false
}, },
"hooks": { "hooks": {
"after:bump": "npx auto-changelog -p" "after:bump": "npx auto-changelog --commit-limit false -p -u --hide-credit && git add CHANGELOG.md"
} }
} }
} }