We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ffd852 commit bdaa5dbCopy full SHA for bdaa5db
README.md
@@ -206,6 +206,10 @@ For more information on how to contribute please take a look at our [contributio
206
207
### Publishing a release
208
209
+Before publishing a release do a `yarn run publish --dry-run` to get the upcoming version and update the version
210
+in the [`should print help` test](https://github.com/conventional-changelog/commitlint/blob/master/%40commitlint/cli/src/cli.test.ts#L431).
211
+Commit that change before creating the new version without `--dry-run`.
212
+
213
```sh
214
npm login
215
```
0 commit comments