We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60d2348 commit 4e9d2f3Copy full SHA for 4e9d2f3
Scripts/publish.py
@@ -23,7 +23,7 @@ def generate_changelog(project):
23
released_tags = list(filter(lambda tag: tag != project.release_tag_name(), released_tags))
24
25
last_released_tag = released_tags[-1]
26
- print "Using {} as the changelog baseline".format(last_released_tag)
+ print("Using {} as the changelog baseline".format(last_released_tag))
27
28
revspec = "%s..%s" % (last_released_tag, project.release_branch())
29
git_log = helpers.check_string_output(['git', 'log', revspec,
0 commit comments