fix: creates release branching

This commit is contained in:
Sebastian Rindom
2021-02-08 21:36:28 +01:00
parent 81df78384c
commit c62dd66911
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
],
"command": {
"publish": {
"allowBranch": "master",
"allowBranch": "release/*",
"bump": "patch",
"conventionalCommits": true,
"message": "chore(release): Publish"
+1
View File
@@ -27,6 +27,7 @@
"typeorm": "^0.2.30"
},
"scripts": {
"publish:next": "lerna publish --dist-tag next",
"bootstrap": "lerna bootstrap",
"jest": "jest",
"test": "jest",