From 8b5466e857a1713b47523020a09e28563f590473 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20H=C3=B6gberg?= Date: Tue, 26 Jun 2018 08:14:53 +0200 Subject: Update allowed tags in pre-push hook after OTP-21 release --- scripts/pre-push | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/pre-push b/scripts/pre-push index bc8c6955fd..945fb3519a 100755 --- a/scripts/pre-push +++ b/scripts/pre-push @@ -158,7 +158,7 @@ then exit 1 fi ;; - refs/tags/OTP-20.* | refs/tags/OTP-19.* | refs/tags/OTP-18.* | refs/tags/OTP-17.*) + refs/tags/OTP-21.* | refs/tags/OTP-20.* | refs/tags/OTP-19.* | refs/tags/OTP-18.* | refs/tags/OTP-17.*) tag=${remote_ref#refs/tags/} if [ "$remote_sha" != $null ] then -- cgit v1.2.3