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
This flag can be set in the `toml` file with the key `changelog_merge_prerelease` under `tools.commitizen`
169
+
170
+
Collects changes from prereleases into the next non-prerelease. This means that if you have a prerelease version, and then a normal release, the changelog will show the prerelease changes as part of the changes of the normal release. If not set, it will include prereleases in the changelog.
Copy file name to clipboardExpand all lines: docs/config.md
+1
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,7 @@
16
16
|`changelog_file`|`str`|`CHANGELOG.md`| filename of exported changelog |
17
17
|`changelog_incremental`|`bool`|`false`| Update changelog with the missing versions. This is good if you don't want to replace previous versions in the file. Note: when doing `cz bump --changelog` this is automatically set to `true`|
18
18
|`changelog_start_rev`|`str`|`None`| Start from a given git rev to generate the changelog |
19
+
|`changelog_merge_prerelease`|`bool`|`false`| Collect all changes of prerelease versions into the next non-prerelease version when creating the changelog. |
19
20
|`style`|`list`| see above | Style for the prompts (It will merge this value with default style.) [See More (Styling your prompts with your favorite colors)][additional-features]|
20
21
|`customize`|`dict`|`None`|**This is only supported when config through `toml`.** Custom rules for committing and bumping. [See more][customization]|
21
22
|`use_shortcuts`|`bool`|`false`| If enabled, commitizen will show keyboard shortcuts when selecting from a list. Define a `key` for each of your choices to set the key. [See more][shortcuts]|
0 commit comments