Skip to content

Commit

Permalink
chore(release): Use fixed version instead of independent version (#252)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusNotheis authored Dec 16, 2019
1 parent bb1a2fc commit 7f1a0ee
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,23 @@
"packages": [
"packages/*"
],
"version": "independent",
"version": "0.7.0-rc.4",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
"version": {
"allowBranch": "master",
"conventionalCommits": true,
"yes": true,
"exact": true,
"preid": "rc",
"message": "chore(release): publish new version [ci skip]"
"message": "chore(release): publish %s\n\nskip-checks: true"
},
"publish": {
"allowBranch": "master",
"conventionalCommits": true,
"yes": true,
"preid": "rc",
"message": "chore(release): publish new version [ci skip]"
"message": "chore(release): publish %s\n\nskip-checks: true"
}
}
}

0 comments on commit 7f1a0ee

Please sign in to comment.