Skip to content

Commit

Permalink
docs: fix typo and promote --follow-tags (conventional-changelog#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevemao authored and bcoe committed Apr 21, 2016
1 parent c5e9c1d commit c6c8930
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ _how it works:_
3. when you're ready to release to npm:
1. checkout `master`.
2. run `standard-version`.
3. `git push --tags; git push origin master; npm publish`.
3. `git push --follow-tags origin master; npm publish`.

`standard-version` does the following:

Expand Down Expand Up @@ -55,7 +55,7 @@ _And add this to your _package.json:_
_patches:_

```sh
-m "fix(parsing): fixed a bug in our parser"
git commit -a -m "fix(parsing): fixed a bug in our parser"
```

_features:_
Expand Down

0 comments on commit c6c8930

Please sign in to comment.