-
Notifications
You must be signed in to change notification settings - Fork 557
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
Improve release process: Update CHANGELOG in every PR #457
Comments
This wouldn't include the rules as they are in a different repo, but the new rules could maybe be automatized with Github Actions once this is setup. |
if you can create and maintain the gh action, i'm ok going forward with this plan. i like the idea of having a PR template with the changelog details, too. |
I have a good solution for this: request changes in a PR if the CHANGELOG hasn't been updated and the text You can see the requests changes part working here: Ana06#28 |
Fix broken link to `pull_request_template.md` and add some more details. Related #457
Instead of having to go over all commits when we release, I suggest we update the CHANGELOG in every PR. Two things are needed to put this in practice:
no changelog
(or similar name) tag is not used.My only concern about this approach are the merge conflicts in the CHANGELOG file. But we could try it and adapt the process if it doesn't work.
Advantages:
This may be useful: https://keepachangelog.com/en/1.0.0
What do you think? Should we give it a try?
The text was updated successfully, but these errors were encountered: