From f28f57e819a9ec135cce3ad5ecd9ccc9614c61d3 Mon Sep 17 00:00:00 2001 From: Ivan Dyachkov Date: Wed, 9 Oct 2024 09:16:12 +0200 Subject: [PATCH] chore: add 27.1-1 --- RELEASE.md | 1 + get-otp.sh | 3 +++ 2 files changed, 4 insertions(+) diff --git a/RELEASE.md b/RELEASE.md index 9ea72d1..09fb2ae 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -5,6 +5,7 @@ OTP version from emqx/otp.git: + OTP-24.3.4.2-4 + OTP-25.3.2-2 + OTP-26.2.5.2-1 ++ OTP-27.1-1 Elixir version from elixir-lang/elixir.git: NOTE: Only one version is allowed. diff --git a/get-otp.sh b/get-otp.sh index c3c1407..e1845cf 100755 --- a/get-otp.sh +++ b/get-otp.sh @@ -64,6 +64,9 @@ erl -eval '{ok, Version} = file:read_file(filename:join([code:root_dir(), "relea ######################### case "${OTP_VERSION}" in + 27*) + REBAR3_VERSION="${REBAR3_VERSION:-3.20.0-emqx-3}" + ;; 26*) REBAR3_VERSION="${REBAR3_VERSION:-3.20.0-emqx-1}" ;;