Skip to content

Commit

Permalink
chore: disable backfill-limit on changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jvandenaardweg committed Dec 11, 2022
1 parent d6c0568 commit 7a794a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -69,7 +69,7 @@
"release-it": {
"git": {
"commitMessage": "chore: release v${version}",
"changelog": "npx auto-changelog --stdout --commit-limit false --unreleased --template https://raw.githubusercontent.com/release-it/release-it/master/templates/changelog-compact.hbs"
"changelog": "npx auto-changelog --stdout --commit-limit false --backfill-limit false --unreleased --template https://raw.githubusercontent.com/release-it/release-it/master/templates/changelog-compact.hbs"
},
"hooks": {
"after:bump": "npx auto-changelog -p"
Expand Down

0 comments on commit 7a794a6

Please sign in to comment.