-
Improvement
-
Resolution: Unresolved
-
Minor
-
None
-
5.0
We moved away from upgrade.txt files in MDL-81125 which landed in Moodle 4.5
We should look at removing all of the legacy upgrade.txt files.
find . -name 'upgrade.txt' -exec git rm {} \;
|
We need to consider:
- timeframes - does the deprecation policy apply to these files?
- notifications - do we need to announce to anyone?
- has to be done after
-
MDL-81125 Introduce tooling for upgrade note management
-
- Closed
-