You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by mc...@apache.org on 2021/07/17 10:51:15 UTC

[cassandra] branch trunk updated: Update release doc to include steps to perform on failed vote

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

mck pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 9cc7a00  Update release doc to include steps to perform on failed vote
9cc7a00 is described below

commit 9cc7a0025d8b0859d8e9c947f6fdffd8455dd141
Author: Mick Semb Wever <mc...@apache.org>
AuthorDate: Sat Jul 17 12:49:47 2021 +0200

    Update release doc to include steps to perform on failed vote
---
 doc/source/development/release_process.rst | 31 ++++++++++++++++++++++++++++--
 1 file changed, 29 insertions(+), 2 deletions(-)

diff --git a/doc/source/development/release_process.rst b/doc/source/development/release_process.rst
index 26083dc..0086aaf 100644
--- a/doc/source/development/release_process.rst
+++ b/doc/source/development/release_process.rst
@@ -125,9 +125,36 @@ Fill out the following email template and send to the dev mailing list::
     [2]: (NEWS.txt) https://git1-us-west.apache.org/repos/asf?p=cassandra.git;a=blob_plain;f=NEWS.txt;hb=<version>-tentative
 
 
+Post Failed Vote Operations
+===========================
 
-Post-vote operations
-====================
+Delete Artifacts
+-----------------
+
+Delete the staged artifacts
+
+	svn rm -m "cassandra-<version> vote failed, ref: <link_to_vote_result>" https://dist.apache.org/repos/dist/dev/cassandra/<version>
+
+
+Drop Nexus Repository
+------------------------
+
+* Login to `Nexus repository <https://repository.apache.org>`_ again.
+* Click on "Staging Repositories".
+* Find your closed staging repository, select it and then click "Drop".
+
+
+Remove Git Tag
+--------------
+
+Remove the <version>-tentative tag, locally and remote
+
+	git tag -d 4.0.0-tentative
+	git push --delete origin 4.0.0-tentative
+
+
+Post Successful Vote Operations
+===============================
 
 Any PMC member can perform the following steps to formalize and publish a successfully voted release.
 

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