Author: dsahlberg Date: Mon Aug 3 13:33:07 2026 New Revision: 1936825 Log: Make a note about updating the branches in the detect-backport-conflicts GHA when creating a new relase branch.
It would be nice if we could edit the yaml file programmatically but when I tried, PyYAML wouldn't properly load the yml file. * tools/dist/release.py (update_backport_bot): One more manual step Modified: subversion/trunk/tools/dist/release.py Modified: subversion/trunk/tools/dist/release.py ============================================================================== --- subversion/trunk/tools/dist/release.py Mon Aug 3 13:07:28 2026 (r1936824) +++ subversion/trunk/tools/dist/release.py Mon Aug 3 13:33:07 2026 (r1936825) @@ -653,6 +653,9 @@ def update_backport_bot(args): to the backport merge bot. See https://subversion.apache.org/docs/community-guide/releasing.html#backport-merge-bot + Also remember to edit .github/workflows/detect-backport-conflicts.yml + to support the new release line. + *** """ % (ver.branch,))
