-
-
Notifications
You must be signed in to change notification settings - Fork 41
Description
To avoid issues such as python/pythondotorg#2767 and to remove some manual work, it would be useful to autofill the "Release Notes URL" field for each release (and/or have a default when blank).
We also have a few different patterns:
- https://docs.python.org/release/3.9.23/whatsnew/changelog.html
- https://docs.python.org/release/3.10.18/whatsnew/changelog.html
- https://docs.python.org/release/3.11.13/whatsnew/changelog.html#python-3-11-13
- https://docs.python.org/release/3.12.11/whatsnew/changelog.html#python-3-12-11
- https://docs.python.org/release/3.13.5/whatsnew/changelog.html#python-3-13-5
- https://docs.python.org/3.14/whatsnew/3.14.html
If linking to the x.y.z version of a changelog, there's no point including the anchor because that x.y.z will always be the most recent release at the top of this page. And it's such a big page (python/docs-community#98) it takes a long time to load, and the anchor means you get a sudden jump a few seconds later.
(Plus those anchors are wrong, they should be python-x-y-z-final
not python-x-y-z
.)
Note that pre-RC releases don't have docs at https://docs.python.org/release/x.y.z/
so either need to point to https://docs.python.org/release/x.y/
What's New or changelogs.
I have a preference for the What's New, because the changelog is just so big and hard to use. The What's New also links to the changelog right at the top, so it's easy to find if you need it.