remove remote qualifier from release notes branch scanning

Reno will automatically add the origin remote prefix to the branch name
if it does not find a local branch with the same name, so the input
instructions don't need to include "origin/". Removing them allows a
local developer to experiment with changes on local branches, and should
have no impact on the CI system build results.

Depends-On: Id30888b77f46b1f163c0a8175033b96aa3f9bff8
Change-Id: I819fa75d55f96320a24fc4182e5f1cb63c678d16
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
This commit is contained in:
Doug Hellmann 2017-06-01 10:51:06 -04:00
parent f5ded0519c
commit a3aba99a29
2 changed files with 2 additions and 2 deletions

View File

@ -3,4 +3,4 @@
=============================
.. release-notes::
:branch: origin/stable/newton
:branch: stable/newton

View File

@ -3,4 +3,4 @@
===================================
.. release-notes::
:branch: origin/stable/ocata
:branch: stable/ocata