diff --git a/releasenotes/notes/reference-name-mangling-3c845ebf88af6944.yaml b/releasenotes/notes/reference-name-mangling-3c845ebf88af6944.yaml new file mode 100644 index 0000000..fd72815 --- /dev/null +++ b/releasenotes/notes/reference-name-mangling-3c845ebf88af6944.yaml @@ -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.