Skip to content

Commit

Permalink
chore: Update release command, update stable 1.0 command (aws-amplify…
Browse files Browse the repository at this point in the history
  • Loading branch information
sammartinez authored Dec 3, 2019
1 parent f2591b6 commit b40a1c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"unlink-all": "lerna exec --parallel --bail=false yarn unlink",
"publish:master": "lerna publish --canary --force-publish \"*\" --yes --dist-tag=unstable --preid=unstable --exact",
"publish:beta": "lerna publish --canary --force-publish \"*\" --yes --dist-tag=beta --preid=beta --exact",
"publish:release": "lerna publish --conventional-commits --yes --dist-tag=next --message 'chore(release): Publish [ci skip]'",
"publish:1.0-stable": "lerna publish --conventional-commits --yes --message 'chore(release): Publish [ci skip]'"
"publish:release": "lerna publish --conventional-commits --yes --message 'chore(release): Publish [ci skip]'",
"publish:1.0-stable": "lerna publish --conventional-commits --yes --dist-tag=stable-1.0 --message 'chore(release): Publish [ci skip]'"
},
"husky": {
"hooks": {
Expand Down

0 comments on commit b40a1c2

Please sign in to comment.