Philipp Hörist pushed to branch master at gajim / gajim
Commits: 93bd73bb by lovetox at 2022-03-27T15:46:50+02:00 chore: Add ci as allowed commit tag - - - - - 2 changed files: - .githooks/update - CONTRIBUTING.md Changes: ===================================== .githooks/update ===================================== @@ -4,7 +4,7 @@ import sys import subprocess -ALLOWED_TAGS = ['feat', 'fix', 'perf', 'refactor', 'chore', 'other'] +ALLOWED_TAGS = ['ci', 'feat', 'fix', 'perf', 'refactor', 'chore', 'other'] def parse_args() -> tuple[str, str]: ===================================== CONTRIBUTING.md ===================================== @@ -16,6 +16,7 @@ # Commit Messages Every commit message must be prefixed with one of the following tags: +- ci - feat - fix - perf View it on GitLab: https://dev.gajim.org/gajim/gajim/-/commit/93bd73bb04c1301d00437737d1654e5ed5f011fd -- View it on GitLab: https://dev.gajim.org/gajim/gajim/-/commit/93bd73bb04c1301d00437737d1654e5ed5f011fd 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
