Commit Graph

4 Commits

Author SHA1 Message Date
Marc Wrobel
d8575d7e08 [typo3] Refactor script (#250)
Make the script more readable, mostly by:

- using the Product class,
- a little bit of renaming and documentation.
2023-12-12 07:45:05 +01:00
Marc Wrobel
7cf62c2355 Refactor HTTP common code (#207)
- move to common/http.py,
- make fetch_url return a Response.
2023-12-02 22:52:12 +01:00
Marc Wrobel
600e77e212 Sort versions by date then version for all products (#179) 2023-11-15 22:30:31 +01:00
Marc Wrobel
a8821d97eb [typo3] Add release automation
Using tags misses all ELTS releases, which are relevant for ELTS-only release cycles.

Important changes:

- very old v3 and v4 releases completely dropped except for 3.3.0, and 3.5.0.
- We track only as far back as v7, so dropping v4 and earlier should be fine.
- 7.0.1 and 9.3.2 are missing, which is okay because both are superseded.

Fixes #92.
2023-09-23 20:02:18 +02:00