You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by Apache Wiki <wi...@apache.org> on 2013/12/04 21:02:01 UTC

[Cordova Wiki] Update of "StepsForPluginRelease" by Steven Gill

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Cordova Wiki" for change notification.

The "StepsForPluginRelease" page has been changed by Steven Gill:
https://wiki.apache.org/cordova/StepsForPluginRelease?action=diff&rev1=11&rev2=12

  {{{
    ./cordova-coho/coho foreach -r plugins "git checkout master"
    ./cordova-coho/coho foreach -r plugins "git merge dev --ff-only"
-   for l in cordova-plugin-*; do ( cd $l; v="r$(grep version= plugin.xml | grep -v xml | cut -d'"' -f2)"; echo "Tagging $l to $v"; git tag "$v" ); done
+   for l in cordova-plugin-*; do ( cd $l; v="r$(grep version= plugin.xml | grep -v xml | grep -v engine | cut -d'"' -f2)"; echo "Tagging $l to $v"; git tag "$v" ); done
  }}}
  
  == Update dev branch's version ==