From 2ee909a27cff1a55b9b4fcdb3426424bb39e44aa Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Fri, 12 Nov 2021 11:25:44 +0100 Subject: [PATCH] Update readme.md --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index d3ad9fb..bf0a83a 100644 --- a/readme.md +++ b/readme.md @@ -55,7 +55,7 @@ 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`| +| Push new maintanance branches if the release version was a GA release (`X.Y.0` version)|`$ git 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`|