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/03/23 20:48:52 UTC

cordova-coho git commit: CB-10315 Added apache permanent tag step to tools release process

Repository: cordova-coho
Updated Branches:
  refs/heads/master 532f027c6 -> 31ff1c647


CB-10315 Added apache permanent tag step to tools release process

 This closes #115


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

Branch: refs/heads/master
Commit: 31ff1c64772b57251500e92ab076640fb707bea7
Parents: 532f027
Author: Steve Gill <st...@gmail.com>
Authored: Wed Mar 23 12:48:08 2016 -0700
Committer: Steve Gill <st...@gmail.com>
Committed: Wed Mar 23 12:48:47 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-coho/blob/31ff1c64/docs/tools-release-process.md
----------------------------------------------------------------------
diff --git a/docs/tools-release-process.md b/docs/tools-release-process.md
index 3a11d16..2650d32 100644
--- a/docs/tools-release-process.md
+++ b/docs/tools-release-process.md
@@ -335,6 +335,13 @@ Subject: [ANNOUNCEMENT] Tools Release
 
     You can view the release blog post at LINK_TO_BLOG
 
+## 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.
+
+(cd cordova-lib; git checkout 6.1.0; git tag rel/6.1.0; git push origin --tags; git checkout master)
+
 ## Do other announcements
 
 Tweet out blog post and post to #releases in slack


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