You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -106,7 +106,7 @@ be provided via configuration. Please refer to the [conventional-changelog-confi
106
106
107
107
### Customizing CHANGELOG Generation
108
108
109
-
By default (as of `6.0.0`), `commit-and-tag-version` uses the [conventionalcommits preset](https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-conventionalcommits).
109
+
By default, `commit-and-tag-version` uses the [conventionalcommits preset](https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-conventionalcommits).
110
110
111
111
This preset:
112
112
@@ -379,7 +379,7 @@ For this reason, we recommend keeping the scope of each PR to one general featur
379
379
380
380
### Can I use `commit-and-tag-version` for additional metadata files, languages or version files?
381
381
382
-
As of version `7.1.0` you can configure multiple `bumpFiles` and `packageFiles`.
382
+
You can configure multiple `bumpFiles` and `packageFiles`:
383
383
384
384
1. Specify a custom `bumpFile` "`filename`", this is the path to the file you want to "bump"
385
385
2. Specify the `bumpFile` "`updater`", this is _how_ the file will be bumped.
0 commit comments