fix: creates release branching
This commit is contained in:
+1
-1
@@ -5,7 +5,7 @@
|
||||
],
|
||||
"command": {
|
||||
"publish": {
|
||||
"allowBranch": "master",
|
||||
"allowBranch": "release/*",
|
||||
"bump": "patch",
|
||||
"conventionalCommits": true,
|
||||
"message": "chore(release): Publish"
|
||||
|
||||
@@ -27,6 +27,7 @@
|
||||
"typeorm": "^0.2.30"
|
||||
},
|
||||
"scripts": {
|
||||
"publish:next": "lerna publish --dist-tag next",
|
||||
"bootstrap": "lerna bootstrap",
|
||||
"jest": "jest",
|
||||
"test": "jest",
|
||||
|
||||
Reference in New Issue
Block a user