Author: stevel
Date: Mon Jan  4 23:23:18 2016
New Revision: 1722986

URL: http://svn.apache.org/viewvc?rev=1722986&view=rev
Log:
SLIDER-1014 tweaking releasing.md

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=1722986&r1=1722985&r2=1722986&view=diff
==============================================================================
--- incubator/slider/site/trunk/content/developing/releasing.md (original)
+++ incubator/slider/site/trunk/content/developing/releasing.md Mon Jan  4 
23:23:18 2016
@@ -38,11 +38,12 @@ of operations, some manual.
 
 ## Release Workflow
 
-1. Prepare the build
-1. Build and publish a Release Candidate (RC)
-1. Get RC voted in as a release in the slider-dev list
-   If the vote fails: fix the issues then repeat
+1. Prepare the build.
+1. Build and publish a Release Candidate (RC).
+1. Get RC voted in as a release in the slider-dev list.
+   If the vote fails: fix the issues then repeat.
 1. Report the successful vote to the incubator list and ask for a vote there.
+1. If successful: publish the RC as the release artifacts.
 
 This workflow is designed to be as automated as possible. In order to do
 so, all aspects of the automation which require configuration must be 
configured
@@ -119,9 +120,7 @@ create HBase and Accumulo clusters in th
 *Make sure that the integration tests are passing (and not being skipped) 
before
 starting to make a release*
 
-```
-mvn clean test integration-test -Dslider.conf.dir=${your-config-dir} 
-```
+    mvn clean test integration-test -Dslider.conf.dir=${your-config-dir} 
 
 A good test matrix is:
 


Reply via email to