From 7bfe5caf082d5a11d575901b3e8f58afc6a26f11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Valim?= Date: Wed, 18 Sep 2024 14:42:22 +0200 Subject: [PATCH] Update RELEASE.md steps --- RELEASE.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/RELEASE.md b/RELEASE.md index 136f5bde68d..dc769aec9f7 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -2,7 +2,7 @@ ## Shipping a new version -1. Update version in /VERSION, bin/elixir and bin/elixir.bat +1. Update version in /VERSION, bin/elixir, bin/elixir.bat, and bin/elixir.ps1 2. Ensure /CHANGELOG.md is updated, versioned and add the current date @@ -10,13 +10,13 @@ 4. Commit changes above with title "Release vVERSION" and push it -6. Once GitHub actions completes, generate a new tag, and push it +5. Once GitHub actions completes, generate a new tag, and push it -7. Wait until GitHub Actions publish artifacts to the draft release +6. Wait until GitHub Actions publish artifacts to the draft release -8. Copy the relevant bits from /CHANGELOG.md to the GitHub release and publish it (link to the announcement if there is one) +7. 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` +8. Update `_data/elixir-versions.yml` (except for RCs) in `elixir-lang/elixir-lang.github.com` ## Creating a new vMAJOR.MINOR branch (before first rc)