You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2018/05/08 15:02:07 UTC

svn commit: r1831194 - /commons/cms-site/trunk/content/xdoc/releases/prepare.xml

Author: ggregory
Date: Tue May  8 15:02:07 2018
New Revision: 1831194

URL: http://svn.apache.org/viewvc?rev=1831194&view=rev
Log:
Pushing tags is done in git with "git push --tags"

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

Modified: commons/cms-site/trunk/content/xdoc/releases/prepare.xml
URL: http://svn.apache.org/viewvc/commons/cms-site/trunk/content/xdoc/releases/prepare.xml?rev=1831194&r1=1831193&r2=1831194&view=diff
==============================================================================
--- commons/cms-site/trunk/content/xdoc/releases/prepare.xml (original)
+++ commons/cms-site/trunk/content/xdoc/releases/prepare.xml Tue May  8 15:02:07 2018
@@ -579,7 +579,7 @@ mvn versions:display-plugin-updates -U</
       <pre>
       git commit -am "Update version numbers for commons foo release 1.2"
       git tag -s 1.2-RC1 -m "Tag commons foo release 1.2 RC1"
-      git push
+      git push --tags
       </pre>
 
       <p>