File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## Shipping a new version
4
4
5
- 1 . Update version in /VERSION, bin/elixir and bin/elixir.bat
5
+ 1 . Update version in /VERSION, bin/elixir, bin/elixir.bat, and bin/elixir.ps1
6
6
7
7
2 . Ensure /CHANGELOG.md is updated, versioned and add the current date
8
8
9
9
3 . Update "Compatibility and Deprecations" if a new OTP version is supported
10
10
11
11
4 . Commit changes above with title "Release vVERSION" and push it
12
12
13
- 6 . Once GitHub actions completes, generate a new tag, and push it
13
+ 5 . Once GitHub actions completes, generate a new tag, and push it
14
14
15
- 7 . Wait until GitHub Actions publish artifacts to the draft release
15
+ 6 . Wait until GitHub Actions publish artifacts to the draft release
16
16
17
- 8 . Copy the relevant bits from /CHANGELOG.md to the GitHub release and publish it (link to the announcement if there is one)
17
+ 7 . Copy the relevant bits from /CHANGELOG.md to the GitHub release and publish it (link to the announcement if there is one)
18
18
19
- 9 . Update ` _data/elixir-versions.yml ` (except for RCs) in ` elixir-lang/elixir-lang.github.com `
19
+ 8 . Update ` _data/elixir-versions.yml ` (except for RCs) in ` elixir-lang/elixir-lang.github.com `
20
20
21
21
## Creating a new vMAJOR.MINOR branch (before first rc)
22
22
You can’t perform that action at this time.
0 commit comments