Skip to content

Commit

Permalink
Enable unclean working directory for git in release-it config
Browse files Browse the repository at this point in the history
The `.release-it.json` configuration has been updated to allow releases to ramp up even if the Git working directory is unclean. This change is made to potentially streamline the release process by eliminating the necessity of a clean working state.
  • Loading branch information
anthony.bellancourt committed Jul 1, 2024
1 parent d61bf8d commit 25af12e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .release-it.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
},
"git": {
"requiredBranch": "main",
"requireCleanWorkingDir": false,
"commitMessage": "chore: release v%s"
},
"hooks": {
Expand Down

0 comments on commit 25af12e

Please sign in to comment.