summaryrefslogtreecommitdiff
path: root/RELEASE.md
diff options
context:
space:
mode:
Diffstat (limited to 'RELEASE.md')
-rw-r--r--RELEASE.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/RELEASE.md b/RELEASE.md
index 653fc9aa0..184881e46 100644
--- a/RELEASE.md
+++ b/RELEASE.md
@@ -12,11 +12,13 @@
5. Commit changes above with title "Release vVERSION", generate a new tag, and push it
-6. Wait until GitHub Actions publish artifacts to the given tag and CI is green
+6. Wait until GitHub Actions publish artifacts to the given tag and the CI is green
-7. Add the release to `elixir.csv` with the minimum supported OTP version (all releases), update `erlang.csv` to the latest supported OTP version, and `_data/elixir-versions.yml` (except for RCs) files in `elixir-lang/elixir-lang.github.com`
+7. Copy the relevant bits from /CHANGELOG.md to the GitHub release and publish it
-8. Send an e-mail to elixir-lang-ann@googlegroups.com with title "Elixir vVERSION released". Use `.github/workflows/mail.exs` to generate the body of the email
+8. Add the release to `elixir.csv` with the minimum supported OTP version (all releases), update `erlang.csv` to the latest supported OTP version, and `_data/elixir-versions.yml` (except for RCs) files in `elixir-lang/elixir-lang.github.com`
+
+9. Send an e-mail to elixir-lang-ann@googlegroups.com with title "Elixir vVERSION released". Use `.github/workflows/mail.exs TAG` to generate the body of the email
## Creating a new vMAJOR.MINOR branch