summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorRickard Green <rickard@erlang.org>2021-05-17 17:21:01 +0200
committerRickard Green <rickard@erlang.org>2021-05-17 17:21:01 +0200
commitb18294e4dd86da381d668558ee0e3ce8f1cbb695 (patch)
treeaa6aa2e90bb1543d63ed8848489f66fed5fe6086 /scripts
parentbf977eeec625b88c7ff29a458e593336d39917e3 (diff)
downloaderlang-b18294e4dd86da381d668558ee0e3ce8f1cbb695.tar.gz
Update after OTP 24 release
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/pre-push6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/pre-push b/scripts/pre-push
index 978f8cceef..5759406182 100755
--- a/scripts/pre-push
+++ b/scripts/pre-push
@@ -23,14 +23,14 @@
#
# Bump this version to give users an update notification.
-PRE_PUSH_SCRIPT_VERSION=2
+PRE_PUSH_SCRIPT_VERSION=3
-NEW_RELEASES="23 22 21 20 19 18 17"
+NEW_RELEASES="24 23 22 21 20 19 18 17"
OLD_RELEASES="r16 r15 r14 r13"
RELEASES="$NEW_RELEASES $OLD_RELEASES"
# First commit on master, not allowed in other branches
-MASTER_ONLY=740b29ecc21c73a4bf4ebfc494490865d3c31978
+MASTER_ONLY=a20c39812082068a8b9e3b73276de41fbb0338af
# Number of commits and files allowed in one push by this script
NCOMMITS_MAX=100