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:20:10 UTC

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

Author: danhaywood
Date: Sun Dec 16 12:20:09 2012
New Revision: 1422567

URL: http://svn.apache.org/viewvc?rev=1422567&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=1422567&r1=1422566&r2=1422567&view=diff
==============================================================================
--- isis/site/trunk/content/contributors/release-process.md (original)
+++ isis/site/trunk/content/contributors/release-process.md Sun Dec 16 12:20:09 2012
@@ -632,6 +632,7 @@ git push -u origin prepare/isis-1.2.3
 To push the tag, with the `-RCn` suffix, for example:
 <pre>
 git push origin refs/tags/isis-1.2.3:refs/tags/isis-1.2.3-RC1
+git fetch
 </pre>
 
 The remote tag isn't visible locally (eg via `gitk --all`), but can be seen [online](https://git-wip-us.apache.org/repos/asf/isis/repo?p=isis.git;a=summary).
@@ -715,12 +716,14 @@ If the vote has been successful, then re
 
 <pre>
   git push origin refs/tags/isis-1.2.3:refs/tags/isis-1.2.3
+  git fetch
 </pre>
 
 * delete the `-RCn` remote tag, for example:
 
 <pre>
   git push origin --delete refs/tags/isis-1.2.3-RC1
+  git fetch
 </pre>
 
 Then, continue onto the next section for the steps to promote and announce the release.