summaryrefslogtreecommitdiff
path: root/scripts/pre-push
diff options
context:
space:
mode:
authorSverker Eriksson <sverker@erlang.org>2022-05-25 21:57:01 +0200
committerSverker Eriksson <sverker@erlang.org>2022-05-25 21:57:01 +0200
commit25aa7e5d5b3410eee956936826c66fe3d3ea81e2 (patch)
tree94dbcb44c613058d24762c2e047710c6f196502d /scripts/pre-push
parent50af60ee99212519e068982ac18419dde470e70d (diff)
downloaderlang-25aa7e5d5b3410eee956936826c66fe3d3ea81e2.tar.gz
Update pre-push after OTP 25 release
Diffstat (limited to 'scripts/pre-push')
-rwxr-xr-xscripts/pre-push6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/pre-push b/scripts/pre-push
index 5759406182..8005ef80ee 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=3
+PRE_PUSH_SCRIPT_VERSION=4
-NEW_RELEASES="24 23 22 21 20 19 18 17"
+NEW_RELEASES="25 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=a20c39812082068a8b9e3b73276de41fbb0338af
+MASTER_ONLY=b0c30263a0ef698244d898a95c9b9a40e67eac9c
# Number of commits and files allowed in one push by this script
NCOMMITS_MAX=100