Changelog generator does not merge "org/repo#id" issues into single entry #7298
Labels
package:dev
squad:platform
Issue to be handled by the Platform team.
type:bug
This issue reports a buggy (incorrect) behavior.
Milestone
In the latest changelog generated in
ckeditor5-dev
,Closes
reference is duplicated.https://github.com/ckeditor/ckeditor5-dev/blob/master/CHANGELOG.md#bug-fixes
It works fine for
#id
references:https://github.com/ckeditor/ckeditor5/blob/release/CHANGELOG.md#features and dbf24a2.
But, I've just noticed that the mechanism isn't used for multi-entries commits (extracted ones):
1267018
So we have two bugs to fix:
Closes org/repo#id. Closes org/repo#id2
should be merged into singleCloses ...
The text was updated successfully, but these errors were encountered: