Philipp Hörist pushed to branch master at gajim / gajim
Commits:
41f09642 by lovetox at 2022-05-12T20:37:00+02:00
ci: Update commit hook
- - - - -
1 changed file:
- .githooks/update
Changes:
=====================================
.githooks/update
=====================================
@@ -57,6 +57,7 @@ def enforce_message_rules(subject: str) -> None:
if not subject[0].isdigit():
print('Release commits should be of the form "release: X.X.X"')
sys.exit(1)
+ return
if not subject[0].isupper():
print('First letter after tag must be uppercase')
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/41f096429757e816d5c053fb5d5ca3ce4930ce70
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/41f096429757e816d5c053fb5d5ca3ce4930ce70
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