Skip to content

Commit

Permalink
chore: allow to release from "release/*" branches
Browse files Browse the repository at this point in the history
  • Loading branch information
d-koppenhagen committed Sep 4, 2023
1 parent 3fa1262 commit 7bed594
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .release-it.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"git": {
"requireBranch": "main",
"requireBranch": ["main", "release/*"],
"commitMessage": "chore: release v${version}"
},
"hooks": {
Expand Down

0 comments on commit 7bed594

Please # to comment.