Dear Wiki user, You have subscribed to a wiki page or wiki category on "Cordova Wiki" for change notification.
The "CommitterWorkflow" page has been changed by AndrewGrieve: https://wiki.apache.org/cordova/CommitterWorkflow?action=diff&rev1=25&rev2=26 === Step 4: Make your changes === * Thank you for making the world a better place. + * If your changes adds a new feature, or makes a non-backwards-compatible change, please note it in the commit description! - * If appropriate, increase the repo's version number (see VersioningAndReleaseStrategy & StoringRepoVersionsDesign) - * If you're committing to a repo that uses `SemVer` (plugins, platforms, cli, plugman): - * If your commit adds a feature, then ensure the minor version is incremented (e.g. "3.0.1-dev"-> "3.1.0-dev") - * If your commit makes an non-backwards-compatible change, then ensure the major version is incremented (e.g. "3.0.1-dev"-> "4.0.0-dev") === Step 5: Test your changes === * You are responsible for testing the changes that push.
