Repository: cordova-coho
Updated Branches:
  refs/heads/master 013a77e0e -> 9fd94435e


Removed r prefix from plugins release process

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

Branch: refs/heads/master
Commit: 158783197008be7de81d7fb206685222d3465fbc
Parents: 013a77e
Author: Steve Gill <stevengil...@gmail.com>
Authored: Fri Dec 4 18:08:29 2015 -0800
Committer: Steve Gill <stevengil...@gmail.com>
Committed: Fri Dec 4 18:08:29 2015 -0800

----------------------------------------------------------------------
 docs/plugins-release-process.md | 16 +---------------
 1 file changed, 1 insertion(+), 15 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-coho/blob/15878319/docs/plugins-release-process.md
----------------------------------------------------------------------
diff --git a/docs/plugins-release-process.md b/docs/plugins-release-process.md
index 7fd3f13..1afa369 100644
--- a/docs/plugins-release-process.md
+++ b/docs/plugins-release-process.md
@@ -122,7 +122,7 @@ Reply to the DISCUSS thread with a link to the updated 
release notes.
 
 ## Tag
 
-    for l in $ACTIVE; do ( cd $l; v="r$(grep version= plugin.xml | grep -v xml 
| head -n1 | cut -d'"' -f2)"; echo "Tagging $l to $v"; git tag "$v" ); done
+    for l in $ACTIVE; do ( cd $l; v="$(grep version= plugin.xml | grep -v xml 
| head -n1 | cut -d'"' -f2)"; echo "Tagging $l to $v"; git tag "$v" ); done
 
 ## Test
  * Create mobilespec and sanity check all plugins on at least one platform 
(preferably, a released version of the platform and not master)
@@ -282,20 +282,6 @@ TODO: Please someone write a coho helper for doing this 
POST request!
         npm publish $l-*.tgz
     ) done;
 
-## Publish to Plugins Registry
-
-Unzip the voted content to a temporary location and publish with that:
-
-    cd cordova-dist/plugins
-    for l in $ACTIVE; do (
-        set -e; set -x
-        rm -rf tmp_publish; mkdir tmp_publish; cd tmp_publish
-        # TODO: As soon as plugins use tgz, update unzip -> tar xzf
-        unzip ../$l-r*.zip > /dev/null
-        cd $l; plugman publish .
-    ) done;
-
-
 ## Post blog Post
 
 See [full 
instructions](http://svn.apache.org/viewvc/cordova/site/README.md?view=markup).


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

Reply via email to