You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2016/10/26 21:04:43 UTC

cordova-coho git commit: Update tools-release-process.md

Repository: cordova-coho
Updated Branches:
  refs/heads/master 03428785d -> 36a941226


Update tools-release-process.md

 This closes #143


Project: http://git-wip-us.apache.org/repos/asf/cordova-coho/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-coho/commit/36a94122
Tree: http://git-wip-us.apache.org/repos/asf/cordova-coho/tree/36a94122
Diff: http://git-wip-us.apache.org/repos/asf/cordova-coho/diff/36a94122

Branch: refs/heads/master
Commit: 36a941226dabd34170203db3cd151ecbbf8e5b5a
Parents: 0342878
Author: Steve Gill <st...@gmail.com>
Authored: Wed Oct 26 14:03:51 2016 -0700
Committer: Steve Gill <st...@gmail.com>
Committed: Wed Oct 26 14:04:41 2016 -0700

----------------------------------------------------------------------
 docs/tools-release-process.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-coho/blob/36a94122/docs/tools-release-process.md
----------------------------------------------------------------------
diff --git a/docs/tools-release-process.md b/docs/tools-release-process.md
index 69649d7..543bd88 100644
--- a/docs/tools-release-process.md
+++ b/docs/tools-release-process.md
@@ -401,9 +401,9 @@ Subject: [ANNOUNCEMENT] Tools Release
 ## Make permanent release tags
 
 Make a copy of your released tag with a prefix of rel\YOURTAG. These are permanent release tags for Apache.
-Do this for all of the tools you just released.
+Do this for all of the tools you just released. For example:
 
-(cd cordova-lib; git checkout 6.1.0; git tag rel/6.1.0; git push origin --tags; git checkout master)
+    (cd cordova-lib; git checkout 6.1.0; git tag rel/6.1.0; git push origin --tags; git checkout master)
 
 ## Do other announcements
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org