You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by pd...@apache.org on 2015/11/20 21:36:37 UTC

svn commit: r1715420 - /felix/trunk/dependencymanager/release/README.release

Author: pderop
Date: Fri Nov 20 20:36:37 2015
New Revision: 1715420

URL: http://svn.apache.org/viewvc?rev=1715420&view=rev
Log:
Fixed typo.

Modified:
    felix/trunk/dependencymanager/release/README.release

Modified: felix/trunk/dependencymanager/release/README.release
URL: http://svn.apache.org/viewvc/felix/trunk/dependencymanager/release/README.release?rev=1715420&r1=1715419&r2=1715420&view=diff
==============================================================================
--- felix/trunk/dependencymanager/release/README.release (original)
+++ felix/trunk/dependencymanager/release/README.release Fri Nov 20 20:36:37 2015
@@ -24,12 +24,13 @@ Before you can start staging a release c
 * under bndtools, release (only) the bundles that needs to be released (using "Release workspace bundles" menu).
 * create a tagged version of the sources in preparation of the release candidate.
 
-Realease only the necessary bundles
+Release only the necessary bundles
 ===================================
 
 Click on the bndtools "Release workspace bundles", and release the bundles that have been modified and need to be released.
 Don't release other unmodified bundles.
-Once done, under the shell prompt, svn remove the previous old released bundles, svn add the new released bundles, 
+Once done, under the shell prompt, go to the "cnf/releaserepo/" directory, svn remove the previous old released bundles,
+and svn add the new released bundles.
 refresh the repositories under bndtools, and commit.  
 
 Create a tagged version