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 2014/02/01 17:38:08 UTC

[Cordova Wiki] Trivial Update of "VersioningAndReleaseStrategy" by BasBosman

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 BasBosman:
https://wiki.apache.org/cordova/VersioningAndReleaseStrategy?action=diff&rev1=5&rev2=6

Comment:
Removed some unwanted autolinking

  = Versioning and Release Strategy =
  
  == Versioning Strategies ==
-  1. "''SemVer''" ([[http://www.semver.org|Semantic Version]])
+  1. "''!SemVer''" ([[http://www.semver.org|Semantic Version]])
     * Used by platforms, plugman, CLI, core plugins
     * Is important when describing dependencies in a sane way (e.g. within plugin.xml files)
     * Referenced sparingly by docs / blogs (e.g. only by release notes)
-  2. "''CadVer''" (Cadence Version)
+  2. "''!CadVer''" (Cadence Version)
     * Used by CLI, mobile-spec, cordova-js
     * Also referred to as the "''Cordova Version''"
     * Referenced by our website, blogs & docs
     * Used by JIRA for the "''Fix Version''" field
-    * Each ''CadVer'' maps to a set of repo ''SemVer''s
+    * Each ''!CadVer'' maps to a set of repo ''!SemVer''s
       * E.g. 3.0.0 uses `cordova-blackberry@3.0.0, cordova-ios@3.0.0, cordova-android@3.0.0`
       * E.g. 3.1.0 uses `cordova-blackberry@3.1.0, cordova-ios@3.0.1, cordova-android@4.0.0`
       * E.g. 3.2.0 uses `cordova-blackberry@3.1.1, cordova-ios@3.1.0, cordova-android@4.0.1`
       * E.g. 3.2.1 uses `cordova-blackberry@3.1.2, cordova-ios@3.1.0, cordova-android@4.0.1`
  
- CLI exists in both lists because its version has the format: ''CadVer-SemVer''
+ CLI exists in both lists because its version has the format: ''!CadVer-!SemVer''
   * E.g.: `3.0.0-0.5.1`