Skip to content

Commit

Permalink
docs: bumpFiles key for file path is not valid (#511)
Browse files Browse the repository at this point in the history
  • Loading branch information
antkaz authored and tommywo committed Jan 14, 2020
1 parent 8f36f9e commit 0539dc9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -365,17 +365,17 @@ YES! Using `bumpFiles` (and `packageFiles`) configurations you should be able to
{
"bumpFiles": [
{
"file": "MY_VERSION_TRACKER.txt",
"filename": "MY_VERSION_TRACKER.txt",
// The `plain-text` updater assumes the file contents represents the version.
"type": "plain-text"
},
{
"file": "a/deep/package/dot/json/file/package.json",
"filename": "a/deep/package/dot/json/file/package.json",
// The `json` updater assumes the version is available under a `version` key in the provided JSON document.
"type": "json"
}
},
{
"file": "VERSION_TRACKER.json",
"filename": "VERSION_TRACKER.json",
// See "Custom `updater`s" for more details.
"updater": "standard-version-updater.js"
}
Expand Down

0 comments on commit 0539dc9

Please sign in to comment.