You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by Apache Wiki <wi...@apache.org> on 2013/09/04 20:57:14 UTC

[Cordova Wiki] Update of "VersioningAndReleaseStrategy" by AndrewGrieve

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Cordova Wiki" for change notification.

The "VersioningAndReleaseStrategy" page has been changed by AndrewGrieve:
https://wiki.apache.org/cordova/VersioningAndReleaseStrategy?action=diff&rev1=2&rev2=3

     * These happen only when the team decides that a release cannot wait for the next regular release to happen
     * These releases contain critical bug fixes that can't wait for the next scheduled release.
   2. '''Weekly Releases'''
-    * These occur at most once a week.
+    * These occur at most once a week (if there are no commits worth releasing, then skip the release).
       * Rationale: Reduces the number of releases to at most one per week so that users are not annoyed by having to update too frequently.
       * Rationale: Reduces the number of blog posts and release notes to write
+    * These releases apply to: `CLI`, `Plugman`, Core Plugins
-    * `CLI`, `Plugman`: Releases happen on Tuesdays
-    * `Core Plugins`: Releases happen on Wednesdays
     * These releases contain non-critical bug fixes as well as new features.
+    * Releases generally happen on Thursdays, but can be done on any day so long as it's been a week since the previous release.
   3. '''Cadence Releases'''
     * These follow the 10 releases per year, as enumerated on RoadmapProjects
     * The `CadVer` is increased (either MAJOR or MINOR) on each release.