do not use the remote prefix name for release notes scans

Leave the remote name out of the branch specifier for new release notes
pages to allow local dev/test builds to work. Reno will search for a
remote branch if it does not find a local branch with the name given.

Change-Id: If85133edcc45d6fc9c7fcca6fc45c647ba5f20a1
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
This commit is contained in:
Doug Hellmann 2017-06-05 15:04:51 -04:00
parent bbcbabf534
commit b3662e2ad4

View File

@ -44,7 +44,7 @@ cat - > releasenotes/source/${SERIES}.rst <<EOF
=================================== ===================================
.. release-notes:: .. release-notes::
:branch: origin/$NEW_BRANCH :branch: $NEW_BRANCH
EOF EOF
# Look at the indentation of the existing entries and reuse the same # Look at the indentation of the existing entries and reuse the same