This commit is contained in:
Marcin Grzejszczak
2019-06-10 17:18:24 +02:00
parent d4d9136e2a
commit e4465abc46

View File

@@ -429,6 +429,15 @@ Finally, click `Build`.
You're done!
As a post action, don't forget to remove the branch.
```bash
// to synchronize any deleted branches (don't run this if you want leave any deleted branches that were deleted in the origin)
$ git fetch -p
$ git branch -d springCloudBuildRelease
$ git push origin --delete springCloudBuildRelease
```
==== Releasing a release train
We call a release train a `meta-release`. In order to perform one, you need to: