Fix rtd merge job to handle new tag uploaded
[releng/global-jjb.git] / releasenotes / notes / fix-rtd-trigger-handle-ref-updated-c78eadbe4e72d38c.yaml
diff --git a/releasenotes/notes/fix-rtd-trigger-handle-ref-updated-c78eadbe4e72d38c.yaml b/releasenotes/notes/fix-rtd-trigger-handle-ref-updated-c78eadbe4e72d38c.yaml
new file mode 100644 (file)
index 0000000..f666ded
--- /dev/null
@@ -0,0 +1,7 @@
+---
+fixes:
+  - |
+    Fix rtd merge job to handle case of a new tag upload. When a new tag is
+    pushed this sets the gerrit event type to "ref-updated", and sets the
+    `branch=*` which is invalid. The change handles the case of tag update
+    and builds against the appropriate branch for that tag.