Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ecraig12345 committed Sep 6, 2024
1 parent f9a3ec1 commit 93d612f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/overview/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ For the latest full list of supported options, see `RepoOptions` [in this file](
| `defaultNpmTag` | string | `'latest'` | package | the default dist-tag used for NPM publish |
| `disallowedChangeTypes` | string[] | | repo, group, package | what change types are disallowed |
| `fetch` | bool | `true` | repo | fetch from remote before doing diff comparisons |
| `generateChangelog` | bool | `true` | repo | whether to generate changelog files |
| `generateChangelog` | bool, `'md'`, or `'json'` | `true` | repo | whether to generate `CHANGELOG.md/json` (`'md'` or `'json'` to generate only that type) |
| `gitTags` | bool | `true` | repo, package | whether to create git tags for published packages (eg: foo_v1.0.1) |
| `groups` | `VersionGroupOptions[]` ([details][3]) | | repo | specifies groups of packages that need to be version bumped at the same time |
| `groupChanges` | bool | `false` | repo | will write multiple changes to a single changefile |
Expand Down

0 comments on commit 93d612f

Please sign in to comment.