diff options
author | Doug Hellmann <doug@doughellmann.com> | 2017-06-01 12:55:44 -0400 |
---|---|---|
committer | Doug Hellmann <doug@doughellmann.com> | 2017-06-01 12:55:44 -0400 |
commit | e968869d51fcf3d01d2cd8476d0f3f0565a8ba0e (patch) | |
tree | 8e0f3213afd9f639a04d4e10e86565b9cf604d24 | |
parent | c89f8791ae695acd6accf2dfc90278e1e50a00e8 (diff) |
do not include remote name in branch spec for release notes
Reno will add the origin prefix if there is no local branch with the
desired name.
Change-Id: I76cc3199edacc4e35af44e01c57720100faee529
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
-rw-r--r-- | releasenotes/source/ocata.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/releasenotes/source/ocata.rst b/releasenotes/source/ocata.rst index ebe62f4..53fb86e 100644 --- a/releasenotes/source/ocata.rst +++ b/releasenotes/source/ocata.rst @@ -3,4 +3,4 @@ =================================== .. release-notes:: - :branch: origin/stable/ocata + :branch: stable/ocata |