aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
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