From fcc33cfa75dee33f3517e69a2e3d11ed8be3e7b1 Mon Sep 17 00:00:00 2001 From: Rana Mohammad Date: Fri, 20 Nov 2020 22:01:03 -0500 Subject: [PATCH] docs(README): Changed incorrect reference to bumpFiles (replaced with packageFiles) (#629) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e1de80897..66e56fcf3 100644 --- a/README.md +++ b/README.md @@ -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.