Skip to content

Commit 6de908c

Browse files
committed
release: allow versioning on branch for stable releases
1 parent cd95c40 commit 6de908c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"packages": ["packages/*", "tests"],
44
"command": {
55
"version": {
6-
"allowBranch": "main",
6+
"allowBranch": ["main", "release-v*"],
77
"conventionalCommits": true,
88
"exact": true,
99
"gitRemote": "origin",

0 commit comments

Comments
 (0)