Skip to content

Commit

Permalink
docs(README): Changed incorrect reference to bumpFiles (replaced with…
Browse files Browse the repository at this point in the history
… packageFiles) (conventional-changelog#629)
  • Loading branch information
rjmohammad authored Nov 21, 2020
1 parent cc45036 commit fcc33cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ _How It Works:_

`standard-version` will then do the following:

1. Retrieve the current version of your repository by looking at `bumpFiles`[[1]](#bumpfiles-packagefiles-and-updaters), falling back to the last `git tag`.
1. Retrieve the current version of your repository by looking at `packageFiles`[[1]](#bumpfiles-packagefiles-and-updaters), falling back to the last `git tag`.
2. `bump` the version in `bumpFiles`[[1]](#bumpfiles-packagefiles-and-updaters) based on your commits.
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]](#bumpfiles-packagefiles-and-updaters) and updated CHANGELOG.
Expand Down

0 comments on commit fcc33cf

Please sign in to comment.