From ebb767a2656a4d604e6f860cc03cbb4c0b0aecb8 Mon Sep 17 00:00:00 2001 From: Sverker Eriksson Date: Thu, 21 Jun 2018 16:41:24 +0200 Subject: Update pre-push hook after OTP-21 release (same as 7d1b8752a7a0cd66de6b3625b3b1f7afccb6147a) --- scripts/pre-push | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts') diff --git a/scripts/pre-push b/scripts/pre-push index 0349378056..bc8c6955fd 100755 --- a/scripts/pre-push +++ b/scripts/pre-push @@ -22,10 +22,10 @@ # # -RELEASES="20 19 18 17 r16 r15 r14 r13" +RELEASES="21 20 19 18 17 r16 r15 r14 r13" # First commit on master, not allowed in other branches -MASTER_ONLY=f52748254f17ba42e344798e8c787a1e3361fa33 +MASTER_ONLY=aea2a053e28a11497796879715be29ab0c3cd1a0 # Number of commits and files allowed in one push by this script NCOMMITS_MAX=100 -- cgit v1.2.3