Skip to content

Commit

Permalink
chore: allow release on release-v*
Browse files Browse the repository at this point in the history
  • Loading branch information
JounQin committed Jun 28, 2022
1 parent 6b4fea7 commit 01ef9c3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"version": {
"allowBranch": [
"master",
"next"
"next",
"release-v*"
]
},
"publish": {
Expand Down

0 comments on commit 01ef9c3

Please sign in to comment.