Changelog helper tool updated#3459
Conversation
|
Suggest that existing post-3.11.0 entries be deleted from Changelog and re-added using this script before sorting. (Not because adding has changed, but I have edited the CHANGELOG entries in a couple of existing merged PRs that didn't have a category label) |
| PR_LIST_LIMIT=300 | ||
| TRANSLATION_ENTRY_TEXT="GUI: Translations have been updated:" | ||
| TRANSLATION_ENTRY_TEXT2="Translations updated from Hosted Weblate" | ||
| BUNDLED_QT_UPDATE_TEXT="Build: Updated bundled Qt6" |
There was a problem hiding this comment.
There's a bunch of these defined in the bump dependencies workflow - it's probably worth covering all of them (separate groups). (It's Build: Updated + the changelog_name value.)
tools/changelog-helper.sh
Outdated
| "Android:" | ||
| "iOS:" | ||
| "Dependencies:" | ||
| "Translation:" |
There was a problem hiding this comment.
Should all the translations be together (i.e. up with $TRANSLATION_ENTRY_TEXT and $TRANSLATION_ENTRY_TEXT2 - or down here with doc and website)?
There was a problem hiding this comment.
Yes. There are some entries which are sorted by language.
There was a problem hiding this comment.
I've rearranged them so Translations: comes first, then Weblate, then the one starting with Gui:, so it groups with the Gui: section that follows. It seems that since 3.11.0 only the Weblate category has been used anyway.
|
Just testing the copilot bot. Probably it doesn't work on our languages yet |
|
Still waiting on the comments here to be addressed. |
18e54a9 to
55e519f
Compare
c89308d to
8fdfe73
Compare
Let me know if there is anything else outstanding. |
Short description of changes
Add improvements to
tools/changelog-helper.sh:\nswallowed, making it join to another entry.CHANGELOG: Internal: added improvements to changelog-helper.sh
Context: Fixes an issue?
Addresses some of the suggestions in #3319, but not all of them. Some would need a substantial re-implementation.
Does this change need documentation? What needs to be documented and how?
Not really - internal use only
Status of this Pull Request
Ready for review
What is missing until this pull request can be merged?
Checklist