Description
Currently, the --merge-prerelease option is only available in the cz changelog command, even though both changelog and bump respect the changelog_merge_prerelease = true setting.
It would be great to enable/disable changelog_merge_prerelease when calling cz bump in combination with update_changelog_on_bump = true/--changelog. This way, we could get incremental changelogs for every prerelease and a full changelog when bumping to a non-prerelease version.
Possible Solution
Add a --(changelog-)merge-prerelease flag to the cz bump command, mirroring the existing option in cz changelog, to override/set the changelog_merge_prerelease setting.
Additional context
No response
Related issues
No response
Description
Currently, the
--merge-prereleaseoption is only available in thecz changelogcommand, even though bothchangelogandbumprespect thechangelog_merge_prerelease = truesetting.It would be great to enable/disable
changelog_merge_prereleasewhen callingcz bumpin combination withupdate_changelog_on_bump = true/--changelog. This way, we could get incremental changelogs for every prerelease and a full changelog when bumping to a non-prerelease version.Possible Solution
Add a
--(changelog-)merge-prereleaseflag to thecz bumpcommand, mirroring the existing option incz changelog, to override/set thechangelog_merge_prereleasesetting.Additional context
No response
Related issues
No response