@@ -39,14 +39,14 @@ This usually happens from the October release.
3939Following changes have to be done in ` master ` branch before you create the new release branch.
4040Otherwise, you will have to do the changes twice: in master and in the new branch.
4141
42- - [ ] In [ substitutions.txt] ( substitutions.txt ) file, replace |CURRENT| value with the new version number
4342- [ ] In [ docs_conf.yml] ( docs_conf.yml ) file: add the new release number to the ` version_list ` parameter
4443- [ ] In [ dependabot.yml] ( .github/dependabot.yml ) file: Add label for backporting dependencies update to the new branch
4544
4645You can now create the ` release_x.y ` branch in the [ repository] ( https://github.com/qgis/QGIS-Documentation/branches ) , based on ` master ` .
4746
4847#### After the new branch is created
4948
49+ - [ ] In [ substitutions.txt] ( substitutions.txt ) file, replace |previous_docs| value with the new version number
5050- [ ] In [ substitutions.txt] ( substitutions.txt ) file:
5151 - [ ] Remove intermediate versions substitutions and their occurrences in the rst files
5252 - [ ] Add substitutions for the versions of the next LTR cycle that starts
@@ -127,6 +127,7 @@ In February, the new version is labeled as LTR, and replaces the previous one in
127127<details >
128128
129129- [ ] In [ conf.py] ( conf.py ) file: set the html_context ` isLtr ` to ` True `
130+ - [ ] In [ substitutions.txt] ( substitutions.txt ) file, replace |ltr| value with the new LTR version number
130131- [ ] In [ docs_conf.yml] ( docs_conf.yml ) file: add target languages to the ` supported_languages ` parameter.
131132 These are the languages that will be published in the documentation.
132133 A threshold of 5% is currently applied to candidates.
@@ -158,6 +159,7 @@ is being translated. So when a new LTR is published, we disconnect the old one a
158159
159160<details >
160161
162+ - [ ] In [ substitutions.txt] ( substitutions.txt ) file, replace |ltr| value with the new LTR version number
161163- [ ] In [ fix_versions.sh] ( scripts/fix_versions.sh ) file:
162164 - [ ] add the old LTR number to the ` DEPRECATED ` parameter
163165 - [ ] add the new LTR number to the ` DOCVERSIONS ` parameter
0 commit comments