From 5870dfb6b983e6af9389139bc6c020baabfb08bb Mon Sep 17 00:00:00 2001 From: Adubbz Date: Tue, 24 Sep 2013 10:24:33 +1000 Subject: [PATCH] Tried to remove commit authors from the change log --- changelog.py | 1 - 1 file changed, 1 deletion(-) diff --git a/changelog.py b/changelog.py index 48f0c3f14..48f6620e5 100755 --- a/changelog.py +++ b/changelog.py @@ -93,7 +93,6 @@ def make_changelog(job_path, target_build, change_file, current_version=None): for change in build['items']: comments = filter(lambda cmt: len(cmt) > 0, change['comment'].split('\n')) if len(comments) > 1: - log.append('\t' + change['author']) for comment in comments: log.append('\t\t' + comment) elif len(comments) == 1: