Skip to content

Commit

Permalink
docs: a couple slight documentation nits
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Coe committed Apr 9, 2016
1 parent 2eae1cd commit fd5848b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -5,7 +5,7 @@
[![Coverage Status](https://coveralls.io/repos/conventional-changelog/standard-version/badge.svg?branch=)](https://coveralls.io/r/conventional-changelog/standard-version?branch=master)
[![Standard Version](https://img.shields.io/badge/standard-version-brightgreen.svg)](https://github.com/conventional-changelog/standard-version)

> stop using `npm version`, use `standard-version` it makes your life way easier:
> stop using `npm version`, use `standard-version` it makes your life way easier.
Automatic release and CHANGELOG management, using GitHub's new squash button and
the workflow outlined in [conventional-changelog-standard](https://github.com/bcoe/conventional-changelog-standard/blob/master/convention.md).
Expand All @@ -22,7 +22,7 @@ _how it works:_
`standard-version` does the following:

1. bumps the version in package.json (based on your commit history).
2. runs `conventional-changelog` and updates CHANGELOG.md.
2. runs `conventional-changelog` and updates _CHANGELOG.md._
3. commits _package.json_ and _CHANGELOG.md_.
4. tags a new release.

Expand Down

0 comments on commit fd5848b

Please sign in to comment.