Skip to content
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.

Commit

Permalink
fix: allow empty release commits
Browse files Browse the repository at this point in the history
  • Loading branch information
v-stickykeys committed May 20, 2021
1 parent 2c47ae5 commit c8623df
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .release-it.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"git": {
"commitMessage": "chore: release v${version}",
"commitArgs": [
"--no-verify"
"--no-verify",
"--allow-empty"
],
"changelog": "npx auto-changelog --stdout --commit-limit false --unreleased --template https://github.com/release-it/release-it/master/templates/changelog-compact.hbs"
},
Expand Down

0 comments on commit c8623df

Please sign in to comment.