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/01/20 03:15:22 UTC

cordova-coho git commit: Updated step to create permanent release tags

Repository: cordova-coho
Updated Branches:
  refs/heads/master 487c99794 -> 9bba016b9


Updated step to create permanent release tags

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

Branch: refs/heads/master
Commit: 9bba016b9358dff6b3f21f0a1b28f43c31bf29ab
Parents: 487c997
Author: Steve Gill <st...@gmail.com>
Authored: Tue Jan 19 18:14:45 2016 -0800
Committer: Steve Gill <st...@gmail.com>
Committed: Tue Jan 19 18:14:45 2016 -0800

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


http://git-wip-us.apache.org/repos/asf/cordova-coho/blob/9bba016b/docs/plugins-release-process.md
----------------------------------------------------------------------
diff --git a/docs/plugins-release-process.md b/docs/plugins-release-process.md
index 457ee57..d1b86fe 100644
--- a/docs/plugins-release-process.md
+++ b/docs/plugins-release-process.md
@@ -291,6 +291,8 @@ TODO: Please someone write a coho helper for doing this POST request!
 
 Make a copy of your released tag with a prefix of `rel\YOURTAG`. These are permanent release tags for Apache. 
 
+    for l in $ACTIVE; do ( cd $l; tag=$(git describe --tags --abbrev=0); git checkout $tag; git tag 'rel/'$tag; git push origin refs/tags/'rel/'$tag; git checkout master); done
+
 ## Post blog Post
 
 See [full instructions](http://svn.apache.org/viewvc/cordova/site/README.md?view=markup).


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