From ac64fba4eba654c3ae402a1e30f5a8bb185b88d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Valim?= Date: Mon, 3 Jun 2024 14:40:04 +0200 Subject: [PATCH] Release v1.17.0-rc.1 --- RELEASE.md | 10 ++++++---- VERSION | 2 +- bin/elixir | 2 +- bin/elixir.bat | 2 +- 4 files changed, 9 insertions(+), 7 deletions(-) diff --git a/RELEASE.md b/RELEASE.md index 7caffd107f0..136f5bde68d 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -8,13 +8,15 @@ 3. Update "Compatibility and Deprecations" if a new OTP version is supported -4. Commit changes above with title "Release vVERSION", generate a new tag, and push it +4. Commit changes above with title "Release vVERSION" and push it -5. Wait until GitHub Actions publish artifacts to the draft release and the CI is green +6. Once GitHub actions completes, generate a new tag, and push it -6. Copy the relevant bits from /CHANGELOG.md to the GitHub release and publish it (link to the announcement if there is one) +7. Wait until GitHub Actions publish artifacts to the draft release -7. Update `_data/elixir-versions.yml` (except for RCs) in `elixir-lang/elixir-lang.github.com` +8. Copy the relevant bits from /CHANGELOG.md to the GitHub release and publish it (link to the announcement if there is one) + +9. Update `_data/elixir-versions.yml` (except for RCs) in `elixir-lang/elixir-lang.github.com` ## Creating a new vMAJOR.MINOR branch (before first rc) diff --git a/VERSION b/VERSION index d2466b0cc93..b91f9c7f4d4 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.17.0-rc.0 +1.17.0-rc.1 diff --git a/bin/elixir b/bin/elixir index e13418388bb..846eed2e16c 100755 --- a/bin/elixir +++ b/bin/elixir @@ -1,7 +1,7 @@ #!/bin/sh set -e -ELIXIR_VERSION=1.17.0-rc.0 +ELIXIR_VERSION=1.17.0-rc.1 if [ $# -eq 0 ] || { [ $# -eq 1 ] && { [ "$1" = "--help" ] || [ "$1" = "-h" ]; }; }; then cat <&2 diff --git a/bin/elixir.bat b/bin/elixir.bat index 71280381967..638574870e3 100644 --- a/bin/elixir.bat +++ b/bin/elixir.bat @@ -1,6 +1,6 @@ @echo off -set ELIXIR_VERSION=1.17.0-rc.0 +set ELIXIR_VERSION=1.17.0-rc.1 if ""%1""=="""" if ""%2""=="""" goto documentation if /I ""%1""==""--help"" if ""%2""=="""" goto documentation