🧪 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
1 changed files with 1 additions and 1 deletions

View File

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