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:
parent
bbcbabf534
commit
b3662e2ad4
@ -44,7 +44,7 @@ cat - > releasenotes/source/${SERIES}.rst <<EOF
|
||||
===================================
|
||||
|
||||
.. release-notes::
|
||||
:branch: origin/$NEW_BRANCH
|
||||
:branch: $NEW_BRANCH
|
||||
EOF
|
||||
|
||||
# Look at the indentation of the existing entries and reuse the same
|
||||
|
Loading…
Reference in New Issue
Block a user