chore: Allow releasing from release branches

This commit is contained in:
Ed Page 2022-07-25 13:30:17 -05:00
parent 9fb9f563ad
commit 76c47f66e2

View file

@ -3,4 +3,4 @@ tag-message = "{{tag_name}}"
tag-name = "{{prefix}}v{{version}}"
consolidate-commits = true
consolidate-pushes = true
allow-branch = ["master"]
allow-branch = ["master", "v*-master"]