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