You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASE.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@
22
22
23
23
### In the new branch
24
24
25
-
1. Comment out`CANONICAL=` in /Makefile
25
+
1. Comment the`CANONICAL=` in /Makefile
26
26
27
27
2. Update tables in /SECURITY.md and "Compatibility and Deprecations"
28
28
@@ -44,6 +44,6 @@
44
44
45
45
2. Update `otp_release` checks in `/Makefile` and `/lib/elixir/src/elixir.erl`
46
46
47
-
3. Update relevant CI workflows in `/.github/workflows/*.yml`
47
+
3. Update relevant CI workflows in `/.github/workflows/*.yml` - for release workflows, outdated/recently added Erlang/OTP versions must run conditionally
48
48
49
49
4. Remove `otp_release` version checks that are no longer needed
0 commit comments