Skip to content

Commit 7bfe5ca

Browse files
committed
Update RELEASE.md steps
1 parent 6b15b09 commit 7bfe5ca

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

RELEASE.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,21 @@
22

33
## Shipping a new version
44

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
66

77
2. Ensure /CHANGELOG.md is updated, versioned and add the current date
88

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

1111
4. Commit changes above with title "Release vVERSION" and push it
1212

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
1414

15-
7. Wait until GitHub Actions publish artifacts to the draft release
15+
6. Wait until GitHub Actions publish artifacts to the draft release
1616

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)
1818

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`
2020

2121
## Creating a new vMAJOR.MINOR branch (before first rc)
2222

0 commit comments

Comments
 (0)