Better changelog script

This commit is contained in:
Alexey Milovidov 2019-08-05 03:23:42 +03:00
parent ff1be9755f
commit acd6651f60

View File

@ -255,7 +255,7 @@ def process_pull_requests(pull_requests, users, repo):
groups[cat] = []
groups[cat].append(pattern.format(short_descr, id, link, author))
categories_preferred_order = ['New Feature', 'Bug Fix', 'Improvement', 'Performance Improvement', 'Build/Testing/Packaging Improvement', 'Other']
categories_preferred_order = ['New Feature', 'Bug Fix', 'Improvement', 'Performance Improvement', 'Build/Testing/Packaging Improvement', 'Backward Incompatible Change', 'Other']
def categories_sort_key(name):
if name in categories_preferred_order: