diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6befd8d2..c202fe2c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -62,7 +62,7 @@ For more information on `@all-contributors` see it's [usage docs](https://allcon When merging a pull request to `master`, the squashed commit message should follow the [Conventional Commits](https://www.conventionalcommits.org) specification. This enables us to automatically generate CHANGELOGs & determine a semantic version bump. - `npm test` -- `NPM_CONFIG_OTP= GH_TOKEN= npm run release` +- `NPM_CONFIG_OTP= npm run release` Follow the prompts from [`lerna publish`](https://lernajs.io/#command-publish) diff --git a/lerna.json b/lerna.json index 0309ba05..84a85206 100644 --- a/lerna.json +++ b/lerna.json @@ -10,8 +10,7 @@ "message": "chore(release): :rocket:" }, "version": { - "conventionalCommits": true, - "githubRelease": true + "conventionalCommits": true } } }