From aa488cbffe71b624054e8c007dc95099fe9c7a84 Mon Sep 17 00:00:00 2001 From: Vitalii Parfonov Date: Mon, 3 Feb 2020 17:45:36 +0200 Subject: [PATCH] Update RELEASE.md (#15883) * Update RELEASE.md * Update RELEASE.md --- RELEASE.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/RELEASE.md b/RELEASE.md index 801c1da649..2fe4747c12 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -63,6 +63,8 @@ RELEASE-TEMPLATE-END * `git push` ##### 4. Start pre-release testing. ##### 5. If pre-release test passed need to merge branch to the `release` branch and push changes, release process will start by webhook: +* Set released parent version +* Update dependencies in pom.xml * `git checkout release` * `git merge -X theirs {branchname}` * `git push -f`