details:   https://code.tryton.org/tools/maintenance/commit/9b58d12c3e5d
branch:    default
user:      Cédric Krier <[email protected]>
date:      Tue Apr 21 10:22:48 2026 +0200
description:
        Do not release fix of document configuration
diffstat:

 to_release |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (13 lines):

diff -r db0e8c1fb482 -r 9b58d12c3e5d to_release
--- a/to_release        Mon Apr 20 21:13:20 2026 +0200
+++ b/to_release        Tue Apr 21 10:22:48 2026 +0200
@@ -45,7 +45,8 @@
             'and not grep(r\'^Remove readthedocs\') '
             'and not matching(66460f1b2200) '
             'and not matching(ffef63a3959b) '
-            'and not matching(c47590dd0e06)" '
+            'and not matching(c47590dd0e06) '
+            'and not matching(a05be900596a)" '
             f'-T "{{node}}\\n" "{dirpath}"',
             shell=True, universal_newlines=True)
         changes = len(changesets.splitlines())

Reply via email to