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

[datasketches-website] branch asf-site updated: Automatic Site Publish by Buildbot

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

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


The following commit(s) were added to refs/heads/asf-site by this push:
     new 94981a3  Automatic Site Publish by Buildbot
94981a3 is described below

commit 94981a38e0e1273c1d5eae90d1d3c05aa5c0b52e
Author: buildbot <us...@infra.apache.org>
AuthorDate: Fri Jan 21 05:35:40 2022 +0000

    Automatic Site Publish by Buildbot
---
 output/docs/Community/ReleaseProcessForJavaComponents.html | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/output/docs/Community/ReleaseProcessForJavaComponents.html b/output/docs/Community/ReleaseProcessForJavaComponents.html
index 6dd8cbe..e9cd656 100644
--- a/output/docs/Community/ReleaseProcessForJavaComponents.html
+++ b/output/docs/Community/ReleaseProcessForJavaComponents.html
@@ -643,6 +643,8 @@
       <li>Return to master branch</li>
       <li>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)</li>
       <li>Commit and Push this change to origin/master with the comment “Release Process: Change pom version to A’.B’.0-SNAPSHOT.”</li>
+      <li>Create a tag A’.B’.0-SNAPSHOT on master at the HEAD.</li>
+      <li>Push the tag to origin: <code class="highlighter-rouge">git push origin --tags</code></li>
       <li>Return to release branch A.B.X</li>
       <li>You may minimize your IDE, pointing at the release branch.</li>
     </ul>

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