From 317908a094d7dc1e8142fc1a84324aa96232409f Mon Sep 17 00:00:00 2001 From: Adubbz Date: Tue, 24 Sep 2013 10:49:20 +1000 Subject: [PATCH] Another tweak to the change log --- changelog.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/changelog.py b/changelog.py index c5664039e..51a84a655 100755 --- a/changelog.py +++ b/changelog.py @@ -96,7 +96,7 @@ def make_changelog(job_path, target_build, change_file, current_version=None): for comment in comments: log.append('\t\t' + comment) elif len(comments) == 1: - log.append('%s' % comments[0]) + log.append('\t%s' % comments[0]) file = open(change_file, 'wb') for line in log: @@ -104,4 +104,4 @@ def make_changelog(job_path, target_build, change_file, current_version=None): file.close() if __name__ == '__main__': - make_changelog("http://ci.jenkins.minecraftforge.net/job/BiomesOPlenty/", 70000, 'changelog.txt', 'pinecone') \ No newline at end of file + make_changelog("http://ci.jenkins.minecraftforge.net/job/BiomesOPlenty/", 70000, 'changelog.txt', 'latest') \ No newline at end of file