Skip to content

Commit

Permalink
chore: require clean working dir and main for releases
Browse files Browse the repository at this point in the history
  • Loading branch information
domoritz committed Feb 13, 2023
1 parent e757bfd commit b9f15eb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .release-it.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"git": {
"commitMessage": "chore: release v${version}"
"commitMessage": "chore: release v${version}",
"requireCleanWorkingDir": true,
"requireBranch": "main"
},
"github": {
"release": true
Expand Down

0 comments on commit b9f15eb

Please sign in to comment.