Ssitter:Versioning: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
No edit summary
mNo edit summary
 
Line 1: Line 1:
{{Outdated}}
==Versioning Concept for Lightning==
==Versioning Concept for Lightning==



Latest revision as of 20:46, 4 November 2007

Ambox outdated.png THIS PAGE MAY BE OUTDATED
This article is in parts, or in its entirety, outdated. Hence, the information presented on this page may be incorrect, and should be treated with due caution until this flag has been lifted. Help by editing the article, or discuss its contents on the talk page.

Versioning Concept for Lightning

Basic concept

  • Use short version numbers for official releases,
  • Use verbose version numbers containing the BuildID (yyyymmddhh) for nightly builds.

Example

  • nightly builds prior 0.1 release:
    • 0.0.1.yyyymmddhh
  • official 0.1 releases:
    • 0.1
  • nightly builds after 0.1 release but prior 0.2 release:
    • 0.1.1.yyyymmddhh

Problems/Open questions:

  • It seems that a.m.o only support version numbers and not strings like 0.1+ or 0.2a
  • How to label alpha or beta releases?


Links Toolkit version format App Versions for Addon Developers