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: http://wiki.apache.org/cordova/CuttingReleases?action=diff&rev1=27&rev2=28 When going through the tagging process, sometimes bugs are found and fixed before the release candidate is even created. In this case, it's fine to change the tags via: {{{ - git tag --force 2.7.0rc1 # Re-tag locally - git push cordova next --tag # Push tags + git tag --force 2.7.0rc1 + git push apache --tag }}} Once a release is created though (meaning a .zip file has been uploaded), tags should not be changed. @@ -100, +100 @@ git checkout 2.7.x git pull apache 2.7.x git tag 2.7.0rc2 - git push apache 2.7.x --tag # Push tags + git push apache --tag }}}
