Skip to content

Commit

Permalink
#577 report the milestone URL
Browse files Browse the repository at this point in the history
  • Loading branch information
prjemian committed Jul 2, 2017
1 parent e35308c commit 1501a17
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions utils/create_release_notes.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,9 @@ def learn(self):
def print_report(self):
print("## " + self.milestone_title)
print("")
if self.milestone is not None:
print("**milestone**: [%s](%s)" % (self.milestone.title, self.milestone.url))
print("")
print("section | number")
print("-"*5, " | ", "-"*5)
print("New Tags | ", len(self.db["tags"]))
Expand Down

0 comments on commit 1501a17

Please sign in to comment.