diff options
Diffstat (limited to 'scripts/pre-push')
-rwxr-xr-x | scripts/pre-push | 2 |
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 |