When we release a tag, it should also trigger a rtd-merge build
so that the doc release note link is updated appropriately.
Change-Id: I49f6555b707018cca4042917c4193138456dafeb
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
- change-merged-event
- comment-added-contains-event:
comment-contains-value: remerge$
+ - ref-updated-event
#####################
# Job Configuration #
branches:
- branch-compare-type: 'ANT'
branch-pattern: '**/{branch}'
+ - branch-compare-type: 'ANT'
+ branch-pattern: 'refs/tags/**'
file-paths: '{obj:gerrit_trigger_file_paths}'
- job-template:
--- /dev/null
+---
+fixes:
+ - |
+ Tag releases will now trigger a docs build to regenerate and update the
+ release note link.