Skip to content

Commit

Permalink
chore: add release task
Browse files Browse the repository at this point in the history
* Add release task
* Allow releasing from epic/* branches
  • Loading branch information
simondel committed May 15, 2020
1 parent fc80709 commit 70d0a22
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"version": "3.2.1",
"command": {
"version": {
"allowBranch": "master",
"allowBranch": ["master", "epic/*"],
"conventionalCommits": true,
"forcePublish": true
}
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@
"mocha": "lerna run test --stream --concurrency 4",
"e2e": "cd e2e && npm ci && npm t && cd ..",
"perf": "cd perf && npm ci && npm t && cd ..",
"start": "tsc -b -w"
"start": "tsc -b -w",
"release": "lerna version"
},
"engines": {
"node": ">=10",
Expand Down

0 comments on commit 70d0a22

Please sign in to comment.