Cédric Krier pushed to branch branch/default at Tryton / Tools
Commits:
69c4e8ce by Cédric Krier at 2023-01-15T19:08:52+01:00
Exclude changeset cadf5382d26f from to release
- - - - -
1 changed file:
- to_release
Changes:
=====================================
to_release
=====================================
@@ -35,7 +35,9 @@
'hg log '
f'-r "only(\'{branch}\', tag(r\'re:{package}-.*\')) '
'and not grep(r\'^Increase version number$\') '
- 'and not grep(r\'^Prepare migration to monorepo$\')" '
+ 'and not grep(r\'^Prepare migration to monorepo$\') '
+ 'and not grep('
+ 'r\'^Remove empty module with only doc configuration$\')" '
f'-T "{{node}}\\n" "{dirpath}"',
shell=True, universal_newlines=True)
changes = len(changesets.splitlines())
View it on Heptapod:
https://foss.heptapod.net/tryton/tools/-/commit/69c4e8cec41ea09abcf9e2c582db82713488bcc3
--
View it on Heptapod:
https://foss.heptapod.net/tryton/tools/-/commit/69c4e8cec41ea09abcf9e2c582db82713488bcc3
You're receiving this email because of your account on foss.heptapod.net.