Another attempt at cutting out the author
This commit is contained in:
parent
5b998da497
commit
cfa682e025
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ def make_changelog(job_path, target_build, change_file, current_version=None):
|
||||||
for comment in comments:
|
for comment in comments:
|
||||||
log.append('\t\t' + comment)
|
log.append('\t\t' + comment)
|
||||||
elif len(comments) == 1:
|
elif len(comments) == 1:
|
||||||
log.append('\t%s: %s' % (change['author'], comments[0]))
|
log.append('%s' % comments[0]))
|
||||||
|
|
||||||
file = open(change_file, 'wb')
|
file = open(change_file, 'wb')
|
||||||
for line in log:
|
for line in log:
|
||||||
|
|
Loading…
Reference in a new issue