File tree Expand file tree Collapse file tree 4 files changed +9
-7
lines changed Expand file tree Collapse file tree 4 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 88
993 . 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
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 11#! /bin/sh
22set -e
33
4- ELIXIR_VERSION=1.17.0-rc.0
4+ ELIXIR_VERSION=1.17.0-rc.1
55
66if [ $# -eq 0 ] || { [ $# -eq 1 ] && { [ " $1 " = " --help" ] || [ " $1 " = " -h" ]; }; }; then
77 cat << USAGE >&2
Original file line number Diff line number Diff line change 11@ echo off
22
3- set ELIXIR_VERSION = 1.17.0-rc.0
3+ set ELIXIR_VERSION = 1.17.0-rc.1
44
55if " " %1 " " == " " " " if " " %2 " " == " " " " goto documentation
66if /I " " %1 " " == " " --help" " if " " %2 " " == " " " " goto documentation
You can’t perform that action at this time.
0 commit comments