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 AndrewGrieve: https://wiki.apache.org/cordova/CuttingReleases?action=diff&rev1=45&rev2=46 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 -r mobile-spec + ./cordova-coho/coho prepare-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 -r mobile-spec }}} + + If the JS ever needs to be re-tagged, re-run the tag-release command, and then re-run the prepare-release-branch command for the platform repos. == Branching Platform Repositories == @@ -98, +100 @@ The coho tool creates the release branches, update VERSION files, and update the cordova.js snapshot: {{{#!bash - ./cordova-coho/coho create-release-branch --version 2.8.0rc1 -r active + ./cordova-coho/coho prepare-release-branch --version 2.8.0rc1 -r active }}} == Testing & Documentation ==
