https://subversion.apache.org/docs/release-notes/#upcoming-patch-release still shows 1.11.x changes rather than 1.12.x.
The "11" is hardcoded in two places: - In the HTML source of site/publish/docs/release-notes/index.html (for the prose). - In the Puppet manifest, [1], for the actual commands to use. The immediate fix would be to patch both of these to say "12" rather than "11". Then, we should either add this step to the new-minor-branch checklist, or patch the above locations to determine the info dynamically (for example, from the download page). In the latter case, I assume we'll want to code it in such a way that it will show change of the 1.12.x branch even whilst 1.13.0-rc1 is available for download. Cheers, Daniel [1] https://github.com/apache/infrastructure-puppet/blob/157042c632f76c85b11411b71cef064c1193a2dc/modules/svnqavm_pvm_asf/manifests/init.pp#L67