-
-
Notifications
You must be signed in to change notification settings - Fork 276
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
Using --changelog
regenerates the full changelog instead of just the current increment
#1024
Comments
Good point, thanks for raising the issue, we'll take a look tomorrow. @noirbizarre any thoughts what could've been the issue? Thanks |
A FIX is on its way, awaiting for @noirbizarre |
Yes, sorry I noticed that. |
I made a PR: #1026 I think to patch this issue it works, but fill free to send more commits to that PR |
Please confirm if it's working now, 🙏🏻 |
@woile I can confirm only the increment is generated when using 3.18.4 🎉. Thanks for the quick turnaround! |
Description
Starting with v3.18.1, using
--changelog
generates the full catalog instead of only prepending the changes for the current increment.This can be seen even in the GitHub release notes of commitizen itself starting with
v3.18.2
: they now include the full changelog.Steps to reproduce
For example:
Current behavior
The full changelog is regenerated instead of just the current increment.
Desired behavior
Only generate the current increment section of the changelog.
Screenshots
Environment
3.18.3
Python 3.12.2
Darwin
The text was updated successfully, but these errors were encountered: