Skip to content

Commit ac64fba

Browse files
committed
Release v1.17.0-rc.1
1 parent 78b7239 commit ac64fba

File tree

4 files changed

+9
-7
lines changed

4 files changed

+9
-7
lines changed

RELEASE.md

+6-4
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,15 @@
88

99
3. Update "Compatibility and Deprecations" if a new OTP version is supported
1010

11-
4. Commit changes above with title "Release vVERSION", generate a new tag, and push it
11+
4. Commit changes above with title "Release vVERSION" and push it
1212

13-
5. Wait until GitHub Actions publish artifacts to the draft release and the CI is green
13+
6. Once GitHub actions completes, generate a new tag, and push it
1414

15-
6. Copy the relevant bits from /CHANGELOG.md to the GitHub release and publish it (link to the announcement if there is one)
15+
7. Wait until GitHub Actions publish artifacts to the draft release
1616

17-
7. Update `_data/elixir-versions.yml` (except for RCs) in `elixir-lang/elixir-lang.github.com`
17+
8. Copy the relevant bits from /CHANGELOG.md to the GitHub release and publish it (link to the announcement if there is one)
18+
19+
9. Update `_data/elixir-versions.yml` (except for RCs) in `elixir-lang/elixir-lang.github.com`
1820

1921
## Creating a new vMAJOR.MINOR branch (before first rc)
2022

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.17.0-rc.0
1+
1.17.0-rc.1

bin/elixir

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22
set -e
33

4-
ELIXIR_VERSION=1.17.0-rc.0
4+
ELIXIR_VERSION=1.17.0-rc.1
55

66
if [ $# -eq 0 ] || { [ $# -eq 1 ] && { [ "$1" = "--help" ] || [ "$1" = "-h" ]; }; }; then
77
cat <<USAGE >&2

bin/elixir.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@echo off
22

3-
set ELIXIR_VERSION=1.17.0-rc.0
3+
set ELIXIR_VERSION=1.17.0-rc.1
44

55
if ""%1""=="""" if ""%2""=="""" goto documentation
66
if /I ""%1""==""--help"" if ""%2""=="""" goto documentation

0 commit comments

Comments
 (0)