Fix rtd merge job to handle new tag uploaded
[releng/global-jjb.git] / releasenotes / notes / fix-rtd-trigger-handle-ref-updated-c78eadbe4e72d38c.yaml
1 ---
2 fixes:
3   - |
4     Fix rtd merge job to handle case of a new tag upload. When a new tag is
5     pushed this sets the gerrit event type to "ref-updated", and sets the
6     `branch=*` which is invalid. The change handles the case of tag update
7     and builds against the appropriate branch for that tag.