From a3aba99a29f2963d5830c5b504c7154835f9e9fc Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Thu, 1 Jun 2017 10:51:06 -0400 Subject: [PATCH] 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 --- releasenotes/source/newton.rst | 2 +- releasenotes/source/ocata.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/releasenotes/source/newton.rst b/releasenotes/source/newton.rst index 7b7d7352b6..59418a33dd 100644 --- a/releasenotes/source/newton.rst +++ b/releasenotes/source/newton.rst @@ -3,4 +3,4 @@ ============================= .. release-notes:: - :branch: origin/stable/newton + :branch: stable/newton diff --git a/releasenotes/source/ocata.rst b/releasenotes/source/ocata.rst index ebe62f42e1..53fb86e386 100644 --- a/releasenotes/source/ocata.rst +++ b/releasenotes/source/ocata.rst @@ -3,4 +3,4 @@ =================================== .. release-notes:: - :branch: origin/stable/ocata + :branch: stable/ocata