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=59&rev2=60 ./cordova-coho/coho tag-release --version 2.8.0-rc1 -r android }}} - == Branching & Tagging cordova-cli == + == Tagging cordova-cli == - === Before creating the release branch: === + cordova-cli doesn't use a release branch. 1. Run [[http://creadur.apache.org/rat/ | Apache RAT]] to ensure copyright headers are present - * `./cordova-coho/coho audit-license-headers -r android | less` + * `./cordova-coho/coho audit-license-headers -r cli | less` 1. Update the tool to point to the new repo versions (within `cordova-cli/platforms.js`) - - === Creating the release branch === - - Refer to StepsForToolsRelease for how to update RELEASENOTES.md and to add the `next` tag. - - {{{#!bash - # Edit package.json's version number. - ./cordova-coho/coho prepare-release-branch --version 2.8.0-0.5.4-rc1 -r cli + 1. ./cordova-coho/coho tag-release --version 3.1.0-0.8.0-rc1 -r android - ./cordova-coho/coho repo-status -r cli -b master -b 2.8.x - # If changes look right: - ./cordova-coho/coho repo-push -r cli -b master -b 2.8.x - }}} - == Testing & Documentation ==
