-
-
Notifications
You must be signed in to change notification settings - Fork 295
Closed
Labels
type: featureA new enhacement proposalA new enhacement proposal
Description
Description
Sometimes I don't want prereleases to be displayed in the changelog. For me, commits in a prerelease should land in the Unreleased section. Then, once the final release is out, changes from all involved prereleases should appear in the final release.
Possible Solution
Add --no-prereleases
to cz changelog
, so prerelease tags are simply ignored.
Another solution would be that, when a final release is published, all its prereleases notes land in the final one, and the prereleases sections, either disappear or get hidden with a <details>
element.
Lee-W, KyleKing and nbrugger-tgm
Metadata
Metadata
Assignees
Labels
type: featureA new enhacement proposalA new enhacement proposal