From c70a7877eb56b8e05651d3585c1b35a1d93bfaf2 Mon Sep 17 00:00:00 2001 From: Michael Marshall Date: Fri, 28 Oct 2022 14:19:59 -0500 Subject: [PATCH] Minor wording improvements to release process --- RELEASE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RELEASE.md b/RELEASE.md index 89c90a2..f9b7895 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -42,7 +42,7 @@ official Apache releases must not include the rcN suffix. ```shell # Set Version - export VERSION=1.0.1-candidate-1 + export VERSION=3.0.0-candidate-1 export VERSION_WITHOUT_RC=${VERSION%-candidate-*} # Clone and set PULSAR_REPO_ROOT @@ -199,7 +199,7 @@ Body: cat <