From c4cf70bbf4b6a6f4fef7e7dcc39c2d842f4a2625 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Fri, 12 Nov 2021 11:24:05 +0100 Subject: [PATCH] Update readme.md --- release-tools/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release-tools/readme.md b/release-tools/readme.md index ae637ec..d3ad9fb 100644 --- a/release-tools/readme.md +++ b/release-tools/readme.md @@ -55,11 +55,11 @@ See `application-local.template` for details. | Build the artefacts and push them to the apropriate maven repository | `$ release build $trainIteration` | | |`$ release conclude $trainIteration` | | Push the created commits to GitHub |`$ github push $trainIteration` | +| Push new maintanance branches if the release version was a GA release (`X.Y.0` version)|`$ github push $trainIteration.next`| | Distribute documentation and static resources from tag |`$ release distribute $trainIteration`| | **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`| -|Push maintanance new branch if the release version was a `X.Y.0` version|`$ github push $trainIteration.next`| | Update versions in Sagan. `$targets` is given as comma separated lists of code names, without spaces. E.g. `Moore,Neumann` | `$ sagan update $releasetrains`| | Create list of docs for release announcements | `$ announcement $trainIteration`| | Announce release (Blog, Twitter) and notify downstream dependency projects as needed. | N.A. |