aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorJohn Högberg <[email protected]>2018-06-26 08:14:53 +0200
committerJohn Högberg <[email protected]>2018-06-26 08:14:55 +0200
commit8b5466e857a1713b47523020a09e28563f590473 (patch)
tree1678fc4ec4b7ad311b7ac8f6f98a1ee062f55d5d /scripts
parenta4381a973e2efcd7c1fd1e0f2e9e6619b9b59c67 (diff)
downloadotp-8b5466e857a1713b47523020a09e28563f590473.tar.gz
otp-8b5466e857a1713b47523020a09e28563f590473.tar.bz2
otp-8b5466e857a1713b47523020a09e28563f590473.zip
Update allowed tags in pre-push hook after OTP-21 release
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/pre-push2
1 files changed, 1 insertions, 1 deletions
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