You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2013/10/20 10:36:07 UTC

svn commit: r1533859 - /isis/site/trunk/content/contributors/release-process.md

Author: danhaywood
Date: Sun Oct 20 08:36:06 2013
New Revision: 1533859

URL: http://svn.apache.org/r1533859
Log:
minor updates to release process pages

Modified:
    isis/site/trunk/content/contributors/release-process.md

Modified: isis/site/trunk/content/contributors/release-process.md
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/contributors/release-process.md?rev=1533859&r1=1533858&r2=1533859&view=diff
==============================================================================
--- isis/site/trunk/content/contributors/release-process.md (original)
+++ isis/site/trunk/content/contributors/release-process.md Sun Oct 20 08:36:06 2013
@@ -102,8 +102,6 @@ Next, create a release branch in your lo
 git checkout -b prepare/isis-1.2.3-RC1
 </pre>
 
->or, as a variation on this, you might just create a branch based on the JIRA ticket, eg ISIS-666.  This is probably easiest if using a single branch to release core plus a bunch of components.
-
 All release preparation is done locally; if we are successful, this branch will be pushed back to master.
 
 Finally, make sure you have a JIRA ticket open against which to perform all commits.