CloudServices/Loop/Deploy: Difference between revisions

no edit summary
No edit summary
Line 113: Line 113:


''Once the service will hit the Stable channel, we will introduce the new real-stage environment''
''Once the service will hit the Stable channel, we will introduce the new real-stage environment''
= 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.
Confirmed users
120

edits