From 63add2ffdd32292adc8512842be3ba6cfb187b8c Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Fri, 14 Jun 2024 10:54:05 +0200 Subject: [PATCH] Update readme.adoc. Mention documentation trigger in post-release actions. --- readme.adoc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/readme.adoc b/readme.adoc index 7d2b218..1923b71 100644 --- a/readme.adoc +++ b/readme.adoc @@ -85,6 +85,9 @@ A job should have started. Click on the active job, and then click on *Open Blue |Create list of docs for release announcements |`$ announcement $trainIteration` +|Trigger Antora documentation build (once all artifacts have arrived at the final Maven repository) +|`$ release documentation $trainIteration` + |Announce release (Blog, Twitter) and notify downstream dependency projects as needed. |N.A. |===