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: docs/overview/configuration.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,7 +67,7 @@ For the latest full list of supported options, see `RepoOptions` [in this file](
67
67
|`defaultNpmTag`| string |`'latest'`| package | the default dist-tag used for NPM publish |
68
68
|`disallowedChangeTypes`| string[]|| repo, group, package | what change types are disallowed |
69
69
|`fetch`| bool |`true`| repo | fetch from remote before doing diff comparisons |
70
-
|`generateChangelog`| bool|`true`| repo | whether to generate changelog files |
70
+
|`generateChangelog`| bool, `'md'`, or `'json'`|`true`| repo | whether to generate `CHANGELOG.md/json` (`'md'` or `'json'` to generate only that type)|
71
71
|`gitTags`| bool |`true`| repo, package | whether to create git tags for published packages (eg: foo_v1.0.1) |
72
72
|`groups`|`VersionGroupOptions[]` ([details][3]) || repo | specifies groups of packages that need to be version bumped at the same time |
73
73
|`groupChanges`| bool |`false`| repo | will write multiple changes to a single changefile |
0 commit comments