-
Task
-
Resolution: Fixed
-
Minor
-
3.11
-
MOODLE_311_STABLE
-
MOODLE_311_STABLE
-
This is done as part of MDLSITE-6324.
This issue include all the changes needed in core to continue working with parallel branches, aka. when a parallel development period is already in effect and we are creating a new XXX_STABLE (311 in this case) development branch.
Note that the changes in this case are minimal, basically:
- Update .travis.yml (or other CI configuration files) to meet the new 311_STABLE dev. branch.
- Make backup release to match the new dev. branch.
- Change main version.php version, release, branch and maturity to match the new dev. branch and diverge from previous one.
Only in the new development branch, that's all!
It's important to comment that this case is way simpler than the changes needed to start working with parallel branches (see MDL-69475). In that case, apart from the changes commented here, it's needed to, also, carefully plan to which number (in the future) all the master versions will be bumped to (avoiding any overlapping). See commits in that issue for more information.
- has been marked as being related by
-
MDL-69475 Minimum changes in code to start working with parallel branches (3.10)
-
- Closed
-
-
MDLSITE-6324 Run the release process towards the creation of all the 311_STABLE stuff
-
- Closed
-