Merge branch 'master' of https://github.com/apache/datasketches-website.git
diff --git a/docs/Community/ReleaseProcessForJavaComponents.md b/docs/Community/ReleaseProcessForJavaComponents.md
index 80b170e..a3a82d6 100644
--- a/docs/Community/ReleaseProcessForJavaComponents.md
+++ b/docs/Community/ReleaseProcessForJavaComponents.md
@@ -104,6 +104,8 @@
     * Return to master branch
     * Edit master pom.xml to A'.B'.0-SNAPSHOT where A' or B' will be incremented by 1. (Bug fix releases will change the 3rd digit)
     * Commit and Push this change to origin/master with the comment "Release Process: Change pom version to A'.B'.0-SNAPSHOT."
+    * Create a tag A'.B'.0-SNAPSHOT on master at the HEAD.
+    * Push the tag to origin: `git push origin --tags`
     * Return to release branch A.B.X
     * You may minimize your IDE, pointing at the release branch.