jrmccluskey commented on code in PR #27070:
URL: https://github.com/apache/beam/pull/27070#discussion_r1223357232


##########
website/www/site/content/en/contribute/release-guide.md:
##########
@@ -1178,6 +1178,10 @@ Create and push a new signed tag for the released 
version by copying the tag for
 gpg --output ~/doc.sig --sign ~/.bashrc
 
 VERSION_TAG="v${RELEASE_VERSION}"
+RC_TAG="${VERSION_TAG}-RC${RC_NUM}"
+
+# Validate that the variables are non empty. If they're empty.

Review Comment:
   ```suggestion
   # Validate that the variables are non empty.
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to