mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
Remove authors from gitchangelog output
Given our workflow, this could easily lead to misattribution. It's also not an actionable information and it can be found in the MR / git log instead.
This commit is contained in:
parent
9f90c1c65e
commit
a8258d1c53
1 changed files with 0 additions and 1 deletions
|
|
@ -1508,7 +1508,6 @@ def rest_py(data, opts={}):
|
|||
|
||||
def render_commit(commit, opts=opts):
|
||||
subject = commit["subject"]
|
||||
subject += " [%s]" % (", ".join(commit["authors"]),)
|
||||
|
||||
entry = indent("\n".join(textwrap.wrap(subject)), first="- ").strip() + "\n"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue