This is an automated email from the ASF dual-hosted git repository.

mergebot-role pushed a commit to branch mergebot
in repository https://gitbox.apache.org/repos/asf/beam-site.git

commit 3c14234c7f69eb82bd69dd469f606b7963da086d
Author: Pablo <pabl...@google.com>
AuthorDate: Fri Apr 20 11:13:19 2018 -0700

    Addressing comments. Improving commands.
---
 src/contribute/release-guide.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/contribute/release-guide.md b/src/contribute/release-guide.md
index e6a3792..46d2d43 100644
--- a/src/contribute/release-guide.md
+++ b/src/contribute/release-guide.md
@@ -190,7 +190,7 @@ Check out the version of the codebase from which you start 
the release. For a ne
 
 Set up a few environment variables to simplify Maven commands that follow. (We 
use `bash` Unix syntax in this guide.)
 
-    RELEASE_VERSION=2.5.0
+    RELEASE=2.5.0
     NEXT_VERSION_IN_BASE_BRANCH=2.6.0
     BRANCH=release-${RELEASE}
 
@@ -271,8 +271,8 @@ Set up a few environment variables to simplify the commands 
that follow. These i
 
 Use Gradle release plugin to build the release artifacts, as follows:
 
-    ./gradlew release -Prelease.newVersion=${RELEASE_VERSION}-SNAPSHOT \
-                  -Prelease.releaseVersion=${RELEASE_VERSION}-RC${RC_NUM} \
+    ./gradlew release -Prelease.newVersion=${RELEASE}-SNAPSHOT \
+                  -Prelease.releaseVersion=${RELEASE}-RC${RC_NUM} \
                   -Prelease.useAutomaticVersion=true --info --no-daemon
 
 Use Gradle publish plugin to stage these artifacts on the Apache Nexus 
repository, as follows:

-- 
To stop receiving notification emails like this one, please contact
mergebot-r...@apache.org.

Reply via email to