Merge "show the new version early in the list-changes output"

This commit is contained in:
Jenkins 2016-07-22 10:17:10 +00:00 committed by Gerrit Code Review
commit 5c3b1c40be

View File

@ -209,7 +209,8 @@ def main():
git_range = project['hash']
# Show details about the commit being tagged.
header('Details for commit receiving new tag')
header('Details for commit receiving new tag %s' %
new_release['version'])
print('\ngit describe %s\n' % project['hash'])
try:
subprocess.check_call(