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 11
11
1 . Update version in /VERSION, bin/elixir, and bin/elixir.bat
12
12
13
13
2 . 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
- ```
20
14
21
15
3 . Update "Compatibility and Deprecations" if a new OTP version is supported
22
16
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 6
6
7
7
set -e
8
8
9
- ELIXIR_VERSION=1.19.0-rc.0
9
+ ELIXIR_VERSION=1.19.0-rc.1
10
10
11
11
if [ $# -eq 0 ] || { [ $# -eq 1 ] && { [ " $1 " = " --help" ] || [ " $1 " = " -h" ]; }; }; then
12
12
cat << USAGE >&2
Original file line number Diff line number Diff line change 4
4
:: SPDX-FileCopyrightText: 2021 The Elixir Team
5
5
:: SPDX-FileCopyrightText: 2012 Plataformatec
6
6
7
- set ELIXIR_VERSION = 1.19.0-rc.0
7
+ set ELIXIR_VERSION = 1.19.0-rc.1
8
8
9
9
if " " %1 " " == " " " " if " " %2 " " == " " " " goto documentation
10
10
if /I " " %1 " " == " " --help" " if " " %2 " " == " " " " goto documentation
You can’t perform that action at this time.
0 commit comments