From bf5134e0e2d53c8fe7a44f624281390ec8afe5d9 Mon Sep 17 00:00:00 2001 From: Jens Schauder Date: Fri, 12 Nov 2021 11:20:51 +0100 Subject: [PATCH] Update readme.md --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index f2e482c..ae637ec 100644 --- a/readme.md +++ b/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` | -| **Distribute documentation and static resources from tags** || -||`$ release distribute $trainIteration`| +| 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. |