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

release-plz release: parse any changelog (not only markdown or keep a changelog) #1564

Open
MarcoIeni opened this issue Jul 14, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@MarcoIeni
Copy link
Owner

Motivations

Some people use a custom changelog template. E.g. see #1549

We use the parse_changelog library to parse the latest release from the changelog. So when we parse the last entry of a changelog (for example to attach release notes to github releases (do we also do the same for the PR body?) release-plz isn't aware of the [changelog] section of the configuration.

Solution

In theory release-plz could read the template we pass to git-cliff for changelog generation, and parse the latest changelog entry itself. Maybe use parse_changelog as a fallback.

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

No branches or pull requests

1 participant