From 067a94ff3eb53e33b85c5575048e1030eea423c2 Mon Sep 17 00:00:00 2001 From: Jens Schauder Date: Fri, 14 Jun 2024 11:19:45 +0200 Subject: [PATCH] Update readme. Closes #85 --- readme.adoc | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/readme.adoc b/readme.adoc index 1923b71..bd716d0 100644 --- a/readme.adoc +++ b/readme.adoc @@ -49,11 +49,14 @@ The <> phase is what's covered by the CI |Commit the change to this repository |`$ git add ci/release.properties && git commit` -|🚨 *To trigger 🛣 the release* `git push` the `release` branch +|`git push` the `release` branch |`$ git push -f origin release` -|Go to https://jenkins.spring.io/view/SpringData/job/spring-data-release/job/release, Navigate to the `release` branch. -A job should have started. Click on the active job, and then click on *Open Blue Ocean*. +|🚨 *To trigger 🛣 the release* manually on Jenkins. +Goto https://jenkins.spring.io/view/SpringData/job/spring-data-release/job/release/ and click *▶ Build Now* +| + +|Once started click on the active job, and then click on *Open Blue Ocean*. | Monitor the release process. |=== @@ -85,7 +88,7 @@ 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) +|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.