From 6e941bdd932e4783fd5bbed02c3c0098ccce90cd Mon Sep 17 00:00:00 2001 From: Vitalii Parfonov Date: Mon, 20 Jan 2020 16:42:31 +0200 Subject: [PATCH] Add information about bugfix release Signed-off-by: Vitalii Parfonov --- RELEASE.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/RELEASE.md b/RELEASE.md index 4ecdc5f914..c019545311 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -28,3 +28,5 @@ * `git push -f` ##### 6. Close/release repository on Nexus https://oss.sonatype.org/#stagingRepositories + + > **Note:** For bugfix release procedure will be similar except creating new branch on first step and update version in master branch.