Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlovetox <philipp@hoerist.com>2022-05-12 21:36:48 +0300
committerlovetox <philipp@hoerist.com>2022-05-12 21:37:00 +0300
commit41f096429757e816d5c053fb5d5ca3ce4930ce70 (patch)
treedff3ba31a8017aa6e8f06a3d7cafcde7981da259 /.githooks
parent12bc071bfa54822f03ac512da3ffbf9ec776828f (diff)
ci: Update commit hook
Diffstat (limited to '.githooks')
-rwxr-xr-x.githooks/update1
1 files changed, 1 insertions, 0 deletions
diff --git a/.githooks/update b/.githooks/update
index a415902b5..f8014da30 100755
--- a/.githooks/update
+++ b/.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')