show the new version early in the list-changes output

To properly evaluate the changes in the new release we need to know the
version number. As the output of list-changes has evolved, that
information has been pushed down from the top of the report, so add it
back to an earlier title.

Change-Id: I57f026823e9f90a5a4eacfe7035b8837791afc3e
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
This commit is contained in:
Doug Hellmann 2016-07-13 13:00:56 -04:00
parent 98168291d5
commit ed2861a3e5

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(