Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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=<your-otp> GH_TOKEN=<your-github-token> npm run release`
- `NPM_CONFIG_OTP=<your-otp> npm run release`

Follow the prompts from [`lerna publish`](https://lernajs.io/#command-publish)

Expand Down
3 changes: 1 addition & 2 deletions lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
"message": "chore(release): :rocket:"
},
"version": {
"conventionalCommits": true,
"githubRelease": true
"conventionalCommits": true
}
}
}