File tree 4 files changed +9
-7
lines changed
4 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 8
8
9
9
3 . Update "Compatibility and Deprecations" if a new OTP version is supported
10
10
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
12
12
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
14
14
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
16
16
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 `
18
20
19
21
## Creating a new vMAJOR.MINOR branch (before first rc)
20
22
Original file line number Diff line number Diff line change 1
- 1.17.0-rc.0
1
+ 1.17.0-rc.1
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
set -e
3
3
4
- ELIXIR_VERSION=1.17.0-rc.0
4
+ ELIXIR_VERSION=1.17.0-rc.1
5
5
6
6
if [ $# -eq 0 ] || { [ $# -eq 1 ] && { [ " $1 " = " --help" ] || [ " $1 " = " -h" ]; }; }; then
7
7
cat << USAGE >&2
Original file line number Diff line number Diff line change 1
1
@ echo off
2
2
3
- set ELIXIR_VERSION = 1.17.0-rc.0
3
+ set ELIXIR_VERSION = 1.17.0-rc.1
4
4
5
5
if " " %1 " " == " " " " if " " %2 " " == " " " " goto documentation
6
6
if /I " " %1 " " == " " --help" " if " " %2 " " == " " " " goto documentation
You can’t perform that action at this time.
0 commit comments