Skip to content

Commit 2429a68

Browse files
author
Benjamin Coe
committed
docs: update README to reference conventionalcommits.org
1 parent 38688eb commit 2429a68

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@
55
[![Build Status](https://travis-ci.org/conventional-changelog/standard-version.svg?branch=master)](https://travis-ci.org/conventional-changelog/standard-version)
66
[![NPM version](https://img.shields.io/npm/v/standard-version.svg)](https://www.npmjs.com/package/standard-version)
77
[![Coverage Status](https://coveralls.io/repos/conventional-changelog/standard-version/badge.svg?branch=)](https://coveralls.io/r/conventional-changelog/standard-version?branch=master)
8-
[![Standard Version](https://img.shields.io/badge/release-standard%20version-brightgreen.svg)](https://github.com/conventional-changelog/standard-version)
8+
[![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg)](https://conventionalcommits.org)
99

1010
> stop using `npm version`, use `standard-version` it rocks!
1111
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).
1414

1515
_how it works:_
1616

1717
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).
1919
3. when you're ready to release to npm:
2020
1. `git checkout master; git pull origin master`
2121
2. run `standard-version`
@@ -225,10 +225,10 @@ appropriate URLs in your CHANGELOG.
225225

226226
## Badges!
227227

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:
229229

230230
```markdown
231-
[![Standard Version](https://img.shields.io/badge/release-standard%20version-brightgreen.svg)](https://github.com/conventional-changelog/standard-version)
231+
[![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg)](https://conventionalcommits.org)
232232
```
233233

234234
## FAQ

0 commit comments

Comments
 (0)