Skip to content

Commit 1868de6

Browse files
committed
Update pre-push hook after OTP 29.0 release
1 parent 9a49bbb commit 1868de6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

scripts/pre-push

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,14 @@
4343
#
4444

4545
# Bump this version to give users an update notification.
46-
PRE_PUSH_SCRIPT_VERSION=7
46+
PRE_PUSH_SCRIPT_VERSION=8
4747

48-
NEW_RELEASES="28 27 26 25 24 23 22 21 20 19 18 17"
48+
NEW_RELEASES="29 28 27 26 25 24 23 22 21 20 19 18 17"
4949
OLD_RELEASES="r16 r15 r14 r13"
5050
RELEASES="$NEW_RELEASES $OLD_RELEASES"
5151

5252
# First commit on master, not allowed in other branches
53-
MASTER_ONLY=dc7c79d668071262463c2b46e36c60f30f92452a
53+
MASTER_ONLY=9eb53841b44bb6756b1514925aa0ef775d62929d
5454

5555
# Number of commits and files allowed in one push by this script
5656
NCOMMITS_MAX=100

0 commit comments

Comments
 (0)