diff options
author | John Högberg <[email protected]> | 2018-06-26 08:14:53 +0200 |
---|---|---|
committer | John Högberg <[email protected]> | 2018-06-26 08:14:55 +0200 |
commit | 8b5466e857a1713b47523020a09e28563f590473 (patch) | |
tree | 1678fc4ec4b7ad311b7ac8f6f98a1ee062f55d5d | |
parent | a4381a973e2efcd7c1fd1e0f2e9e6619b9b59c67 (diff) | |
download | otp-8b5466e857a1713b47523020a09e28563f590473.tar.gz otp-8b5466e857a1713b47523020a09e28563f590473.tar.bz2 otp-8b5466e857a1713b47523020a09e28563f590473.zip |
Update allowed tags in pre-push hook after OTP-21 release
-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 |