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=46&rev2=47 {{{#!bash ./cordova-coho/coho prepare-release-branch --version 2.8.0rc1 -r js -r app-hello-world -r mobile-spec + ./cordova-coho/coho repo-status -r js -r app-hello-world -r mobile-spec -b master -b 2.8.x + # If changes look right: + ./cordova-coho/coho repo-push -r js -r app-hello-world -r mobile-spec -b master -b 2.8.x ./cordova-coho/coho tag-release --version 2.8.0rc1 -r js -r app-hello-world -r mobile-spec }}} @@ -101, +104 @@ The coho tool creates the release branches, update VERSION files, and update the cordova.js snapshot: {{{#!bash ./cordova-coho/coho prepare-release-branch --version 2.8.0rc1 -r active + ./cordova-coho/coho repo-status -r active -b master -b 2.8.x + # If changes look right: + ./cordova-coho/coho repo-push -r active -b master -b 2.8.x }}} == Testing & Documentation ==
