summaryrefslogtreecommitdiff
path: root/scripts/pre-push
diff options
context:
space:
mode:
authorSverker Eriksson <sverker@erlang.org>2019-05-14 18:22:13 +0200
committerSverker Eriksson <sverker@erlang.org>2019-05-14 18:22:13 +0200
commit7ed4440e3aacb592b7f7303968714de858250fa9 (patch)
treea5d03809b25f26834013231cde9fac70f9526e84 /scripts/pre-push
parent8c95a05b68befc92af3ebd74bdc3249c0a960761 (diff)
downloaderlang-7ed4440e3aacb592b7f7303968714de858250fa9.tar.gz
Update pre-push hook after master release
Diffstat (limited to 'scripts/pre-push')
-rwxr-xr-xscripts/pre-push4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/pre-push b/scripts/pre-push
index 71e9fd1e75..670f1c9796 100755
--- a/scripts/pre-push
+++ b/scripts/pre-push
@@ -22,12 +22,12 @@
# <local ref> <local sha1> <remote ref> <remote sha1>
#
-NEW_RELEASES="21 20 19 18 17"
+NEW_RELEASES="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=aea2a053e28a11497796879715be29ab0c3cd1a0
+MASTER_ONLY=f633fe962ea7078c32f8c81d34950c0ebce0f472
# Number of commits and files allowed in one push by this script
NCOMMITS_MAX=100