You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by bo...@apache.org on 2016/06/21 19:17:07 UTC

svn commit: r1749589 - /commons/cms-site/trunk/content/xdoc/releases/release.xml

Author: bodewig
Date: Tue Jun 21 19:17:07 2016
New Revision: 1749589

URL: http://svn.apache.org/viewvc?rev=1749589&view=rev
Log:
rel/x.y.z is the recommended git tag for releases

Modified:
    commons/cms-site/trunk/content/xdoc/releases/release.xml

Modified: commons/cms-site/trunk/content/xdoc/releases/release.xml
URL: http://svn.apache.org/viewvc/commons/cms-site/trunk/content/xdoc/releases/release.xml?rev=1749589&r1=1749588&r2=1749589&view=diff
==============================================================================
--- commons/cms-site/trunk/content/xdoc/releases/release.xml (original)
+++ commons/cms-site/trunk/content/xdoc/releases/release.xml Tue Jun 21 19:17:07 2016
@@ -147,7 +147,7 @@
       that the master branch also has the new development version:
     </p>
     <pre>
-    git tag -s foo-1.2 -m "Create Commons foo 1.2 release tag"
+    git tag -s rel/1.2 -m "Create Commons foo 1.2 release tag"
     mvn versions:set -DnewVersion=1.3-SNAPSHOT -DgenerateBackupPoms=false
     git commit -am "Bump to next development version"
     git checkout master