Skip to content

Commit 228eb18

Browse files
Rebar3 for Elixir v1.18.4 and OTP 28 (#1080)
* Rebar3 for Elixir v1.18.4 and OTP 28 * Update scripts/release_rebar.sh --------- Co-authored-by: Wojtek Mach <wojtekmach@users.noreply.github.com>
1 parent b95aa6d commit 228eb18

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/release_rebar.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ function main {
3232
build 3.24.0 25.3.2.20 1.18.3 noble-20250404
3333
build 3.24.0 26.2.5.11 1.18.3 noble-20250404
3434
build 3.24.0 27.3.3 1.18.3 noble-20250404
35+
build 3.25.1 28.0.1 1.18.4 noble-20250714
3536

3637
if [ -n "${ELIXIR_PEM}" ]; then
3738
openssl dgst -sha512 -sign "${ELIXIR_PEM}" "${rebar_csv}" | openssl base64 > "${rebar_csv}.signed"

0 commit comments

Comments
 (0)