-
Notifications
You must be signed in to change notification settings - Fork 801
Backport policy stable branches
Matthieu Gallien edited this page Jun 1, 2021
·
1 revision
- Does not include regressions (the goal is to never break a workflow that was working with the previous patch release) ;
- Provide fixes with stable branches (crash would be a good example, data loss if the fix is not invasive, ...) ;
- Should/Should not include string changes.
- If we are doing a
X.Y.1
(usually one month after theX.Y.0
release) we may release quite some changes in particular we would try to fix most serious issues reported onX.Y.0
; - If we are doing a
X.Y.2
(usually one month after theX.Y.1
release) we will backport trivial fixes even if the bug is not necessary critical but we are very confident that the fix will not introduce problems ; - If we are doing a
X.Y.3
(usually one month after theX.Y.2
release) we will only backport trivial fixes for serious bugs ;