@@ -28,15 +28,20 @@ Typically this task is performed by the Integration team using the following ste
28
28
```
29
29
30
30
1. Commit the initial changes ([Example from Moodle 4.4](https://github.com/moodle/devdocs/commit/e9e7fa0074753487c315d2f91ad64a8503f32054))
31
- 1. Open ` versioned_docs/version-[version]/intro.md` in your editor
32
- 1. Uncomment and update the link to the release notes for this version
33
- 1. Open ` docs/devupdate.md` in your editor
34
- 1. Clear the content of this file and update the version numbers
35
- 1. Open ` docs/intro.md` in your editor
36
- 1. Update the occurrences of the version number for the recent release with the version number for the next major version of Moodle
37
- 1. Open ` nextVersion.js` in your editor
38
- 1. Update the values for ` nextVersion` (and ` nextLTSVersion` after the release of an LTS version)
39
- 1. Commit these changes ([Example from Moodle 4.4](https://github.com/moodle/devdocs/commit/XXaeb6385209caed38d757d53bc47f9bd66fdcfa0cY))
31
+ 1. Update non-automated version mentions:
32
+ 1. Open ` versioned_docs/version-[version]/intro.md` in your editor
33
+ 1. Uncomment and update the link to the release notes for this version
34
+ 1. Open ` docs/devupdate.md` in your editor
35
+ 1. Clear the content of this file and update the version numbers
36
+ 1. Open ` docs/intro.md` in your editor
37
+ 1. Update the occurrences of the version number for the recent release with the version number for the next major version of Moodle
38
+ 1. Open ` nextVersion.js` in your editor
39
+ 1. Update the values for ` nextVersion` (and ` nextLTSVersion` after the release of an LTS version)
40
+ 1. Open ` general/releases/[version].md`
41
+ 1. Update links to the release notes in User Docs to point to the actual version
42
+ 1. Open ` /static/_redirects`
43
+ 1. Update the ` nextVersion` redirect
44
+ 1. Commit these changes ([Example from Moodle 4.4](https://github.com/moodle/devdocs/commit/aeb6385209caed38d757d53bc47f9bd66fdcfa0c))
40
45
1. Create a pull request ([Example from Moodle 4.4](https://github.com/moodle/devdocs/pull/1006))
41
46
42
47
# # Archiving a version of the docs
0 commit comments