aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Högberg <[email protected]>2018-06-26 08:16:24 +0200
committerJohn Högberg <[email protected]>2018-06-26 08:16:24 +0200
commitf84a25e4445b6445817d94e455259a8eb3c1aa12 (patch)
tree3ffd1a5a75c390ddd87c5cb43de19e43ab06d6d7
parent712896f75f88dac86334f4a72fe04e80e9ca56bd (diff)
parent8b5466e857a1713b47523020a09e28563f590473 (diff)
downloadotp-f84a25e4445b6445817d94e455259a8eb3c1aa12.tar.gz
otp-f84a25e4445b6445817d94e455259a8eb3c1aa12.tar.bz2
otp-f84a25e4445b6445817d94e455259a8eb3c1aa12.zip
Merge branch 'maint'
-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