Dear Wiki user, You have subscribed to a wiki page or wiki category on "Cordova Wiki" for change notification.
The "StepsForPluginRelease" page has been changed by AndrewGrieve: https://wiki.apache.org/cordova/StepsForPluginRelease?action=diff&rev1=1&rev2=2 == Update Changelog & Version == * For each plugin that has unreleased commits: a. Update its CHANGELOG.md file with changes - b. Increase the plugin's version within plugin.xml using `SemVer`, and remove the ''-dev'' suffix. + a. Increase the plugin's version within plugin.xml using `SemVer`, and remove the ''-dev'' suffix. - c. Commit these two changes together to the `dev` branch + a. Commit these two changes together to the `dev` branch {{{ git log --no-merges --format="%h %s" dev..master @@ -59, +59 @@ * Right now, this means doing a `plugin remove` followed by a `plugin add` * Run through mobilespec, ensuring to do manual tests that relate to changes in the changelog - == Prepare Blob Post == + == Prepare Blog Post == * Combine highlights from changelogs into a Release Announcement blog post * Instructions on [[https://svn.apache.org/repos/asf/cordova/site/README.md|sites page README]] * Get blog post proof-read. @@ -76, +76 @@ * Double check that the issue has comments that record the steps you took * Mark it as fixed - Finally: + == Finally: == * Update *these wiki instructions* if they were missing anything.
