Services/Mobile-ID: Difference between revisions

Jump to navigation Jump to search
Line 17: Line 17:
** James Bonacci <jbonacci@mozilla.com>
** James Bonacci <jbonacci@mozilla.com>


=Deployement=
=Deployment=


There are three deployed environments. A fourth will be deployed later.
There are three deployed environments. A fourth will be deployed later.
Line 112: Line 112:
|More to come
|More to come
|}
|}
=== Branches and bugfix deployments ===
In case of a bugfix:
- A commit will with the fix will be pushed to master.
- A new branch will be created on the github repository with the versions that needs the patch, and the fixes will be applied there (backported).
- A new tag will be created with the new version (the patch version will be updated) and a deployment request will be filled.
For instance, in case the 0.9.0 release contains a bug that needs to be fixed:
1. Fix the code in master;
2. Backport (cherrypick) the commit in the 0.9.x branch (create it if needed);
3. Tag a new minor release: 0.9.1 and fill a new deployment request.


=Release Cycle=
=Release Cycle=
Confirmed users
120

edits

Navigation menu