-
Task
-
Resolution: Duplicate
-
Low
-
None
Please publish and maintain a `LATEST_STABLE` branch on GitHub. (And/or upstream if GitHub all syncs branches from upstream).
—
Currently for everybody looking to document how to install Moodle from source it is necessary for us to say:
# Visit https://moodledev.io/general/releases to find the latest release, like X.Y.
|
|
export BRANCH=MOODLE_X0Y_STABLE # update X and Y here to match the latest release version
|
git clone --depth=1 --branch $BRANCH git://git.moodle.org/moodle.git
|
Or it is necessary for us to put a literal branch name in the documentation which then requires us to update it daily for eternity.
—
After this issue is fixed, instead we can replace this documentation with:
git clone --depth=1 --branch LATEST_STABLE git://git.moodle.org/moodle.git
|
- duplicates
-
MDLSITE-3969 Create latest_stable branch
-
- Closed
-