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/06/18 18:00:30 UTC

[Cordova Wiki] Update of "CuttingReleases" by FilMaj

Dear Wiki user,

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

The "CuttingReleases" page has been changed by FilMaj:
https://wiki.apache.org/cordova/CuttingReleases?action=diff&rev1=44&rev2=45

Comment:
Added mobile spec to list of initial repos to branch/tag in release process

  
  For now, create the release bugs by cloning [[https://issues.apache.org/jira/browse/CB-3464|CB-3464]].
  
- == Branching & Tagging cordova-js and cordova-app-hello-world ==
+ == Branching & Tagging cordova-js, cordova-mobile-spec and cordova-app-hello-world ==
  
  This should be done *before* creating branches on other repos
  
  {{{#!bash
- ./cordova-coho/coho create-release-branch --version 2.8.0rc1 -r js -r app-hello-world
+ ./cordova-coho/coho create-release-branch --version 2.8.0rc1 -r js -r app-hello-world -r mobile-spec
- ./cordova-coho/coho tag-release --version 2.8.0rc1 -r js -r app-hello-world
+ ./cordova-coho/coho tag-release --version 2.8.0rc1 -r js -r app-hello-world -r mobile-spec
  }}}
  
  == Branching Platform Repositories ==