Polishing.

Rename documentation command to release documentation.

Also, retain milestone repos for RC builds.
This commit is contained in:
Mark Paluch
2023-09-15 15:51:59 +02:00
parent 88b2ad3a3a
commit ed3fa6dbc6
4 changed files with 32 additions and 27 deletions

View File

@@ -146,7 +146,7 @@ Both are available in the Spring/Pivotal Last Pass repository.
2+| *Post-release tasks*
|Close JIRA tickets and GitHub release tickets. |`$ tracker close $trainIteration`
|Create new release versions and tickets for upcoming version |`$ tracker setup-next $trainIteration.next`
|Trigger Antora documentation build (once all artifacts have arrived at the final Maven repository) |`$ github trigger documentation $trainIteration`
|Trigger Antora documentation build (once all artifacts have arrived at the final Maven repository) |`$ release documentation $trainIteration`
|Update versions in Projects Service. `$releaseTrains` is given as comma separated lists of code names, without spaces. E.g. `Moore,Neumann` |`$ projects update $releaseTrains`
|Create list of docs for release announcements |`$ announcement $trainIteration`
|===