details:   https://code.tryton.org/tools/maintenance/commit/9515b0ccf513
branch:    default
user:      Cédric Krier <[email protected]>
date:      Fri Jan 02 11:08:49 2026 +0100
description:
        Ignore mistaken changesets

        Those changeset creates false positive package to release
diffstat:

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

diffs (14 lines):

diff -r 72041d3f9cb3 -r 9515b0ccf513 to_release
--- a/to_release        Mon Dec 15 21:44:05 2025 +0100
+++ b/to_release        Fri Jan 02 11:08:49 2026 +0100
@@ -40,7 +40,9 @@
             'r\'^Remove empty module with only doc configuration$\') '
             'and not grep(r\'^Add .readthedocs.yaml configuration\') '
             'and not grep(r\'^Remove readthedocs\') '
-            'and not matching(66460f1b2200)" '
+            'and not matching(66460f1b2200) '
+            'and not matching(ffef63a3959b) '
+            'and not matching(c47590dd0e06)" '
             f'-T "{{node}}\\n" "{dirpath}"',
             shell=True, universal_newlines=True)
         changes = len(changesets.splitlines())

Reply via email to