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=6&rev2=7 * Create a JIRA issue to track the status of the release. * Comments should be added to this bug after each top-level step below is taken - == Update Changelog & Version == + == Update Release Notes & Version == - a. Update each repo's CHANGELOG.md file with changes + a. Update each repo's RELEASENOTES.md file with changes a. Increase the version within package.json using `SemVer`, and remove the ''-dev'' suffix a. For CLI, update the version of plugman that it depends on a. Commit these two changes together into one commit @@ -25, +25 @@ {{{ ./cordova-coho/coho repo-update -r cli -r plugman git log --pretty=format:'* %s' --topo-order --no-merges latest..master - # Copy & paste into CHANGELOG.md + # Copy & paste into RELEASENOTES.md # Edit version within package.json based off of changes. - git commit -am "[CB-####] Updated version and changelog for release ''$VERSION''" + git commit -am "[CB-####] Updated version and RELEASENOTES.md for release ''$VERSION''" }}} == Test == @@ -35, +35 @@ * Run `npm test` == Prepare Blog Post == - * Combine highlights from changelogs into a Release Announcement blog post + * Combine highlights from RELEASENOTES.md into a Release Announcement blog post * Instructions on [[https://svn.apache.org/repos/asf/cordova/site/README.md|sites page README]] * Get blog post proofread.
