Actions
Patch #35648
closedChangelog generator should allow merging two or more versions
Status:
Closed
Priority:
Normal
Assignee:
Category:
Code cleanup/refactoring
Target version:
Start date:
Due date:
% Done:
0%
Estimated time:
Description
The script used to generate the changelog for releases should allow merging two or more versions.
For example, for the latest releases, we generated the changelog for two versions:- 4.1.4
- 4.2.2
The changelog for 4.2.2 should contain also the changes for 4.1.4, but the script doesn't do this and we need to manually merge the changelogs which is very error-prone.
Also, the script should allow authorised requests in order to pull the security issues which are private at the time of the releases. The authorization should use environment variables.
Files
Updated by Marius BĂLTEANU 9 days ago
- File 0001-Update-changelog-generator-script-to-use-the-API-to-.patch 0001-Update-changelog-generator-script-to-use-the-API-to-.patch added
- Assignee set to Go MAEDA
- Target version set to 6.1.0
Updated by Marius BĂLTEANU 5 days ago
- Category set to Code cleanup/refactoring
- Status changed from New to Closed
Committed, thanks!
Actions