Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

generate new CHANGELOG.md file for previous changelogs #85

Open
Motphys opened this issue Mar 6, 2024 · 1 comment
Open

generate new CHANGELOG.md file for previous changelogs #85

Motphys opened this issue Mar 6, 2024 · 1 comment

Comments

@Motphys
Copy link

Motphys commented Mar 6, 2024

I've a project contains no CHANGELOG.md file but some existing tags (e.g. v1.0.0).

Now I'm trying to use release-it and I'd like to generate a CHANGELOG.md file with all changelogs of previous versions. But what I got is only the changelogs since last version.

I've tried conventional-changelog-cli:

$ conventional-changelog -p angular -i CHANGELOG.md -s -r 0

This command gives me changelogs of all versions, however I'd like to be able to use the configuration of release-it.

@jarodsmk
Copy link

jarodsmk commented May 3, 2024

@Motphys are you thinking of clearing all the pre-release changelogs and aggregating those changes under the new production release?

Seems that's not possible according to this thread

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants