File tree Expand file tree Collapse file tree 4 files changed +3
-9
lines changed Expand file tree Collapse file tree 4 files changed +3
-9
lines changed Original file line number Diff line number Diff line change 11111 . Update version in /VERSION, bin/elixir, and bin/elixir.bat
1212
13132 . Ensure /CHANGELOG.md is updated, versioned and add the current date
14- - If this release addresses any publicly known security vulnerabilities with
15- assigned CVEs, add a "Security" section to ` CHANGELOG.md ` . For example:
16- ``` md
17- ## Security
18- - Fixed CVE-2025-00000: Description of the vulnerability
19- ```
2014
21153 . Update "Compatibility and Deprecations" if a new OTP version is supported
2216
Original file line number Diff line number Diff line change 1- 1.19.0-rc.0
1+ 1.19.0-rc.1
Original file line number Diff line number Diff line change 66
77set -e
88
9- ELIXIR_VERSION=1.19.0-rc.0
9+ ELIXIR_VERSION=1.19.0-rc.1
1010
1111if [ $# -eq 0 ] || { [ $# -eq 1 ] && { [ " $1 " = " --help" ] || [ " $1 " = " -h" ]; }; }; then
1212 cat << USAGE >&2
Original file line number Diff line number Diff line change 44:: SPDX-FileCopyrightText: 2021 The Elixir Team
55:: SPDX-FileCopyrightText: 2012 Plataformatec
66
7- set ELIXIR_VERSION = 1.19.0-rc.0
7+ set ELIXIR_VERSION = 1.19.0-rc.1
88
99if " " %1 " " == " " " " if " " %2 " " == " " " " goto documentation
1010if /I " " %1 " " == " " --help" " if " " %2 " " == " " " " goto documentation
You can’t perform that action at this time.
0 commit comments