fune/mobile/android/docs/shared/versioning.md
dsmithpadilla 0b90d460d4 Bug 1818572 - Document versioning for Fenix and Focus (https://github.com/mozilla-mobile/firefox-android/pull/970)
* Document versioning for Fenix and Focus 

Create new shared doc that describes versioning best practices for Fenix and Focus

* Bug 1818572 fixing typos
2023-02-23 21:29:12 +00:00

1.4 KiB

Android Versioning

This repository uses the same version.txt to define the version for Android Components, Focus, and Fenix. The following formatting corresponds to release branches on the release track.

Format

XXX.0 (where XXX is defined as the current desktop release #)

Please note: the initial release is major.minor, but the following releases will be major.minor.patch

  • The first and second digit will be directly tied to the associated desktop release
  • The third digit will be reserved for Android-only patch releases

Example

Desktop Android
Fx XXX initial release XXX.0 XXX.0
Desktop + Android dot release XXX.0.1 XXX.1.0
Android-only patch No change XXX.1.1
Desktop-only dot release XXX.0.2 XXX.2.0 is skipped
Android-only dot release No change XXX.2.1
Desktop + Android dot release XXX.0.3 XXX.3.0
Desktop-only dot release XXX.0.4 XXX.4.0 is skipped
Desktop + Android dot release XXX.0.5 XXX.5.0