From: Michael Friedrich Date: Thu, 28 Sep 2017 13:41:43 +0000 (+0200) Subject: changelog.py: Fix debugging leftover X-Git-Tag: v2.8.0~60 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2717396bfd56a0ec27dcd4d8b9dd74b8eee6d137;p=icinga2 changelog.py: Fix debugging leftover refs #5600 --- diff --git a/changelog.py b/changelog.py index 91a0c2613..7b0da34ad 100755 --- a/changelog.py +++ b/changelog.py @@ -115,7 +115,6 @@ def format_title(title): milestones = {} issues = defaultdict(lambda: defaultdict(list)) -project_name = "icinga2" log(1, "Fetching data from GitHub API for project " + project_name) @@ -153,6 +152,7 @@ for issue in cached_issues: #fetch_github_resources("/issues", { "state": "all" ms_tickets = issues[ms_title][issue_type(issue)] ms_tickets.append(issue) +# TODO: Generic header based on project_name write_changelog("# Icinga 2.x CHANGELOG") write_changelog("")