|
5 | 5 | [](https://travis-ci.org/conventional-changelog/standard-version)
|
6 | 6 | [](https://www.npmjs.com/package/standard-version)
|
7 | 7 | [](https://coveralls.io/r/conventional-changelog/standard-version?branch=master)
|
8 |
| -[](https://github.com/conventional-changelog/standard-version) |
| 8 | +[](https://conventionalcommits.org) |
9 | 9 |
|
10 | 10 | > stop using `npm version`, use `standard-version` it rocks!
|
11 | 11 |
|
12 |
| -Automatic versioning and CHANGELOG management, using GitHub's new squash button and |
13 |
| -the [recommended workflow](https://github.com/conventional-changelog/conventional-changelog-cli#recommended-workflow) for `conventional-changelog`. |
| 12 | +Automatic versioning and CHANGELOG generation, using GitHub's squash button and |
| 13 | +[conventional commit messages](https://conventionalcommits.org). |
14 | 14 |
|
15 | 15 | _how it works:_
|
16 | 16 |
|
17 | 17 | 1. when you land commits on your `master` branch, select the _Squash and Merge_ option.
|
18 |
| -2. add a title and body that follows the [conventional-changelog-standard conventions](https://github.com/bcoe/conventional-changelog-standard/blob/master/convention.md). |
| 18 | +2. add a title and body that follows the [Conventional Commits Specification](https://conventionalcommits.org). |
19 | 19 | 3. when you're ready to release to npm:
|
20 | 20 | 1. `git checkout master; git pull origin master`
|
21 | 21 | 2. run `standard-version`
|
@@ -225,10 +225,10 @@ appropriate URLs in your CHANGELOG.
|
225 | 225 |
|
226 | 226 | ## Badges!
|
227 | 227 |
|
228 |
| -Tell your users that you adhere to the `standard-version` commit guidelines: |
| 228 | +Tell your users that you adhere to the Conventional Commits specification: |
229 | 229 |
|
230 | 230 | ```markdown
|
231 |
| -[](https://github.com/conventional-changelog/standard-version) |
| 231 | +[](https://conventionalcommits.org) |
232 | 232 | ```
|
233 | 233 |
|
234 | 234 | ## FAQ
|
|
0 commit comments