You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datasketches.apache.org by le...@apache.org on 2022/01/21 05:35:22 UTC

[datasketches-website] branch master updated: Update Release Process.

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

leerho pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/datasketches-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 561efb8  Update Release Process.
     new 35312af  Merge branch 'master' of https://github.com/apache/datasketches-website.git
561efb8 is described below

commit 561efb878170c8797323d0ce9d83ce50570d6394
Author: Lee Rhodes <le...@users.noreply.github.com>
AuthorDate: Thu Jan 20 21:32:41 2022 -0800

    Update Release Process.
---
 docs/Community/ReleaseProcessForJavaComponents.md | 2 ++
 1 file changed, 2 insertions(+)

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 @@ __NOTES:__
     * 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.
 

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datasketches.apache.org
For additional commands, e-mail: commits-help@datasketches.apache.org