Dear Wiki user, You have subscribed to a wiki page or wiki category on "Cordova Wiki" for change notification.
The "StepsForToolsRelease" page has been changed by AndrewGrieve: https://wiki.apache.org/cordova/StepsForToolsRelease?action=diff&rev1=2&rev2=3 # Copy & paste into CHANGELOG.md # Edit version within package.json based off of changes. git commit -am "[CB-####] Updated version and changelog for release ''$VERSION''" - git push --tags }}} == Test == @@ -48, +47 @@ cd cordova-plugman git tag --force prev git tag $VERSION + git push --tags npm publish . }}}
