You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2016/12/16 15:11:50 UTC

svn commit: r1774613 - /sling/site/trunk/content/documentation/development/release-management.mdtext

Author: rombert
Date: Fri Dec 16 15:11:50 2016
New Revision: 1774613

URL: http://svn.apache.org/viewvc?rev=1774613&view=rev
Log:
Clarify Jira version handling for cancelled releases

Modified:
    sling/site/trunk/content/documentation/development/release-management.mdtext

Modified: sling/site/trunk/content/documentation/development/release-management.mdtext
URL: http://svn.apache.org/viewvc/sling/site/trunk/content/documentation/development/release-management.mdtext?rev=1774613&r1=1774612&r2=1774613&view=diff
==============================================================================
--- sling/site/trunk/content/documentation/development/release-management.mdtext (original)
+++ sling/site/trunk/content/documentation/development/release-management.mdtext Fri Dec 16 15:11:50 2016
@@ -171,6 +171,10 @@ If the vote fails, or you decide to redo
 
 1. Remove the release tag from Subversion (`svn del ...`)
 1. Login to [https://repository.apache.org](https://repository.apache.org) using your Apache SVN credentials. Click on *Staging* on the left. Then click on *org.apache.sling* in the list of repositories. In the panel below you should see a closed repository that is linked to your username and IP (if it's not yet closed you need to right click and select *Close*). Right click on this repository and select *Drop*.
+1. Remove the old version from Jira
+    1. Create a new version in Jira with a version number following the one of the cancelled release
+    1. Move all issues with the fix version set to the cancelled release to the next version
+    1. Delete the old version from Jira
 1. Commit any fixes you need to make and start a vote for a new release.
 
 ## Promoting the Release