Cédric Krier pushed to branch branch/default at Tryton / Tools


Commits:
3e831827 by Cédric Krier at 2023-02-17T20:01:07+01:00
Limit tag to the same branch when filtering changeset to release
- - - - -


1 changed file:

- to_release


Changes:

=====================================
to_release
=====================================
@@ -33,7 +33,7 @@
     for branch in branches:
         changesets = subprocess.check_output(
             'hg log '
-            f'-r "only(\'{branch}\', tag(r\'re:{package}-.*\')) '
+            f'-r "only(\'{branch}\', tag(r\'re:{package}-{branch}.*\')) '
             'and not grep(r\'^Increase version number$\') '
             'and not grep(r\'^Prepare migration to monorepo$\') '
             'and not grep('



View it on Heptapod: 
https://foss.heptapod.net/tryton/tools/-/commit/3e831827572ac7a9150d7cbe5af04634d2c3e04c

-- 
View it on Heptapod: 
https://foss.heptapod.net/tryton/tools/-/commit/3e831827572ac7a9150d7cbe5af04634d2c3e04c
You're receiving this email because of your account on foss.heptapod.net.


Reply via email to