We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b95aa6d commit 228eb18Copy full SHA for 228eb18
scripts/release_rebar.sh
@@ -32,6 +32,7 @@ function main {
32
build 3.24.0 25.3.2.20 1.18.3 noble-20250404
33
build 3.24.0 26.2.5.11 1.18.3 noble-20250404
34
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
36
37
if [ -n "${ELIXIR_PEM}" ]; then
38
openssl dgst -sha512 -sign "${ELIXIR_PEM}" "${rebar_csv}" | openssl base64 > "${rebar_csv}.signed"
0 commit comments