svn commit: r1936825 - subversion/trunk/tools/dist
[email protected] Mon, 03 Aug 2026 13:33:07 -0000
| Newsgroups | gmane.comp.version-control.subversion.svn |
|---|---|
| Message-ID | <178576398795.1857712.15499068397974477844@svn03-he-fi> |
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,))