release note for zuulv3 fix

Change-Id: Ia09ced6805a4a694505b85166e797562a20a6ab1
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
This commit is contained in:
Doug Hellmann 2017-09-29 10:14:09 -04:00
parent 4ce1630777
commit bbe3543f78
1 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,10 @@
---
features:
- |
The automatic branch name handling is updated so that if the
reference points explicitly to the origin remote, but that remote
isn't present (as it won't be when zuul configures the repo in
CI), then the shortened form of the reference without the prefix
is used instead. This allows explicit references to
``origin/stable/name`` to be translated to ``stable/name`` and
find the expected branch.