-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Add initial CHANGELOG.md, preparing 10.0.3 beta #28632
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
Conversation
|
|
Agree - test infrastructure and devops-related changes are not of interest here, for viewing by end-user sysadmins that want to know what "real" features and fixes are in a release. Also regressions that happened in master and were fixed in master before release - those commits are not needed a changelog because the bug never happened to any end-user. |
|
|
To avoid having to copy-paste regexps, I put it all into a script: f003f111f045e3e836ab8479c97ad5099ca33d07 The entries in question still need to be reworded and split into the "added/changed/deleted" but at least a lot of the repetitive work is not needed here. |
|
|
Update changelog and increated version to 10.0.3 beta. |
Unreleased entries based on v10.0.2..f0b8346
Makes it possible to run it for other repositories
Also adjust 8.2 version from which to upgrade, 8.2.11
30afcd7 to
47a889d
Compare
|
PR to forward port the changelog script only to master: #28682 |
|
Yay, this looks perfect and is really really helpful! 👍 👍
For me this would help as it's kind of a preselection from an engineering POV. Therefore I would of course prefer adding such labels. In the end I would leave it up to you to decide on effort/benefit ratio. |
|
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Unreleased entries based on v10.0.2..f0b8346:
git log --merges v10.0.2..stable10 --format="format:%s - %b" | grep "pull request" | cut -d" " -f4,8-Some open issues:
I haven't decided yet whether to use any tooling for changelogs, for now I'll continue to compile them manually.