added contributor username to each PR listed in changelog
This commit is contained in:
parent
76fbaac658
commit
7e22adff7c
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,7 @@ def release(args):
|
||||||
area = areas.setdefault(area_name, [])
|
area = areas.setdefault(area_name, [])
|
||||||
type_label = get_label(pr, "type")
|
type_label = get_label(pr, "type")
|
||||||
if not (args.action == '*-rc' and type_label == 'fixup'):
|
if not (args.action == '*-rc' and type_label == 'fixup'):
|
||||||
area.append(f' * [{type_label}] {pr.title} ({pr.html_url})')
|
area.append(f' * [{type_label}] {pr.title} ({pr.html_url}) by {pr.user["login"]}')
|
||||||
|
|
||||||
area_names = list(areas.keys())
|
area_names = list(areas.keys())
|
||||||
area_names.sort()
|
area_names.sort()
|
||||||
|
|
Loading…
Reference in a new issue