From ed2861a3e5dda7eff6548a8df964b378fcf6cc69 Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Wed, 13 Jul 2016 13:00:56 -0400 Subject: [PATCH] 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 --- openstack_releases/cmds/list_changes.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/openstack_releases/cmds/list_changes.py b/openstack_releases/cmds/list_changes.py index 3d4f8d843c..70096e8dec 100644 --- a/openstack_releases/cmds/list_changes.py +++ b/openstack_releases/cmds/list_changes.py @@ -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(