Re-enable changelog? Hopefully...
This commit is contained in:
parent
ada4bff990
commit
93a629dd95
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ def main():
|
|||
|
||||
os.makedirs(out_folder)
|
||||
|
||||
options.skip_changelog = True #Disable till jenkins fixes its shit
|
||||
# options.skip_changelog = True #Disable till jenkins fixes its shit
|
||||
if not options.skip_changelog:
|
||||
changelog_file = 'forge-%s/minecraftforge-changelog-%s.txt' % (version_str, version_str)
|
||||
make_changelog("http://jenkins.minecraftforge.net/job/minecraftforge/", build_num, changelog_file, version_str)
|
||||
|
|
Loading…
Reference in a new issue