You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@slider.apache.org by st...@apache.org on 2015/01/15 18:34:41 UTC

svn commit: r1652185 - /incubator/slider/site/trunk/content/developing/releasing.md

Author: stevel
Date: Thu Jan 15 17:34:41 2015
New Revision: 1652185

URL: http://svn.apache.org/r1652185
Log:
docs on slider 0.61 release

Modified:
    incubator/slider/site/trunk/content/developing/releasing.md

Modified: incubator/slider/site/trunk/content/developing/releasing.md
URL: http://svn.apache.org/viewvc/incubator/slider/site/trunk/content/developing/releasing.md?rev=1652185&r1=1652184&r2=1652185&view=diff
==============================================================================
--- incubator/slider/site/trunk/content/developing/releasing.md (original)
+++ incubator/slider/site/trunk/content/developing/releasing.md Thu Jan 15 17:34:41 2015
@@ -589,15 +589,28 @@ We have fixed this this from Slider 0.61
 
 ## uploading for a vote
 
-  mvn release:clean
-  mvn release:prepare -DautoVersionSubmodules=true -Darguments="-DskipTests -DskipITs" -Dresume=false
-  mvn release:perform 
+    mvn release:clean
+    mvn release:prepare -DautoVersionSubmodules=true -Darguments="-DskipTests -DskipITs" -Dresume=false
+    mvn release:perform 
+
+You may be asked for your ASF git password repeatedly.
+Consult [StackOverflow](http://stackoverflow.com/questions/5343068/is-there-a-way-to-skip-password-typing-when-using-https-github).
 
 ### Closing the release
     
 log in to [https://repository.apache.org/index.html](https://repository.apache.org/index.html)
 with your ASF username & LDAP password
 
+### reverting
+
+Try
+    mvn release:rollback
+
+It *may* work. Also
+1. roll back the git branch to where it was before the release actions started
+changing things.
+1. Force push the rolled back branch back to the git repo.
+
 # Notes on a changed process
 
 This is some working notes on the 0.61 release
@@ -619,4 +632,6 @@ proposed
 1. mvn deploy of the snapshot
 1. publish the src
 1. vote on it
-1. if people are happy issue a release with the same files, rebadged
\ No newline at end of file
+1. if people are happy issue a release with the same files, rebadged
+
+    
\ No newline at end of file