Philipp Hörist pushed to branch master at gajim / gajim
Commits: 3df84466 by lovetox at 2022-05-11T21:27:12+02:00 ci: Add allowed commit tag - - - - - 1 changed file: - .githooks/update Changes: ===================================== .githooks/update ===================================== @@ -9,7 +9,17 @@ import sys import subprocess -ALLOWED_TAGS = ['ci', 'feat', 'fix', 'perf', 'refactor', 'chore', 'other'] +ALLOWED_TAGS = [ + 'ci', + 'feat', + 'fix', + 'perf', + 'refactor', + 'chore', + 'release', + 'other', +] + def parse_args() -> Tuple[str, str]: View it on GitLab: https://dev.gajim.org/gajim/gajim/-/commit/3df84466e5d0b62717073667b9da32d75a3038b2 -- View it on GitLab: https://dev.gajim.org/gajim/gajim/-/commit/3df84466e5d0b62717073667b9da32d75a3038b2 You're receiving this email because of your account on dev.gajim.org.
_______________________________________________ Commits mailing list [email protected] https://lists.gajim.org/cgi-bin/listinfo/commits
