Skip to content

Commit

Permalink
Revert from-package and use conventional commits for master in first …
Browse files Browse the repository at this point in the history
…release
  • Loading branch information
Amplifiyer committed Mar 31, 2020
1 parent 6b1ef79 commit 9f2800d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -19,9 +19,9 @@
"lint": "lerna run lint",
"link-all": "yarn unlink-all && lerna exec --no-bail --parallel yarn link",
"unlink-all": "lerna exec --no-bail --parallel -- yarn unlink; exit 0",
"publish:master": "lerna publish from-package --canary --force-publish \"*\" --yes --dist-tag=unstable --preid=unstable --exact",
"publish:master": "lerna publish --conventional-commits --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 from-package --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": {
Expand Down

0 comments on commit 9f2800d

Please sign in to comment.