Skip to content

Commit

Permalink
docs:Fix "commits" typo in README.md (#500)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoroshikun authored and jbottigliero committed Dec 12, 2019
1 parent 5c80907 commit 52f7e3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -20,7 +20,7 @@ _How It Works:_

1. Retreive the current version of your repository by looking at `bumpFiles`[1](), falling back to the last `git tag`.
2. `bump` the version in `bumpFiles`[1]() based on your commits.
4. Generates a `changelog` based on your commints (uses [conventional-changelog](https://github.com/conventional-changelog/conventional-changelog) under the hood).
4. Generates a `changelog` based on your commits (uses [conventional-changelog](https://github.com/conventional-changelog/conventional-changelog) under the hood).
5. Creates a new `commit` including your `bumpFiles`[1]() and updated CHANGELOG.
6. Creates a new `tag` with the new version number.

Expand Down

0 comments on commit 52f7e3a

Please sign in to comment.