From 90ae35226e9bc9b06c1c8315cce0ced98fba3686 Mon Sep 17 00:00:00 2001 From: Alexander Kriegisch Date: Fri, 26 Nov 2021 08:55:53 +0100 Subject: [PATCH] More minor 1.9.7 to 1.9.8 version bumps in docs Signed-off-by: Alexander Kriegisch --- docs/developer/RELEASE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/developer/RELEASE.md b/docs/developer/RELEASE.md index ed06f6932..3d0db25be 100644 --- a/docs/developer/RELEASE.md +++ b/docs/developer/RELEASE.md @@ -121,7 +121,7 @@ Before we release the staging repository though, we want to commit and tag the r git commit -am "Set version to 1.9.8.M2" # Tag release -git tag V1_9_7_M2 +git tag V1_9_8_M2 # Set new snapshot version, increasing the version number after a final release mvn versions:set -DnewVersion=1.9.8-SNAPSHOT @@ -136,7 +136,7 @@ git commit -am "Set version to 1.9.8-SNAPSHOT" git push origin # Push the release tag to GitHub -git push origin V1_9_7_M2 +git push origin V1_9_8_M2 ``` OK, the Git house-keeping is done. Now finally, let us enjoy the fruits of our work and release the staging repository -- 2.39.5