Closed
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.