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 2012/12/16 13:11:12 UTC

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

Author: danhaywood
Date: Sun Dec 16 12:11:11 2012
New Revision: 1422563

URL: http://svn.apache.org/viewvc?rev=1422563&view=rev
Log:
isis site - tiny edits to release process

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=1422563&r1=1422562&r2=1422563&view=diff
==============================================================================
--- isis/site/trunk/content/contributors/release-process.md (original)
+++ isis/site/trunk/content/contributors/release-process.md Sun Dec 16 12:11:11 2012
@@ -626,7 +626,7 @@ Finally, push both the branch and the ta
 To push the branch, for example:
 <pre>
 git checkout prepare/isis-1.2.3
-git push -u origin prepare/1.2.3
+git push -u origin prepare/isis-1.2.3
 </pre>
 
 To push the tag, with the `-RCn` suffix, for example: