Skip to content

Commit 5d65d60

Browse files
committed
Comment out canonical and update release notes
1 parent 3564c68 commit 5d65d60

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ PREFIX ?= /usr/local
22
TEST_FILES ?= "*_test.exs"
33
SHARE_PREFIX ?= $(PREFIX)/share
44
MAN_PREFIX ?= $(SHARE_PREFIX)/man
5-
CANONICAL := v1.18/
5+
# CANONICAL := main/
66
ELIXIRC := bin/elixirc --ignore-module-conflict $(ELIXIRC_OPTS)
77
ERLC := erlc -I lib/elixir/include
88
ERL_MAKE := erl -make

RELEASE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
### Back in main
3232

33-
1. Bump /VERSION file, bin/elixir and bin/elixir.bat
33+
1. Bump /VERSION file, bin/elixir, bin/elixir.bat, and bin/elixir.ps1
3434

3535
2. Start new /CHANGELOG.md
3636

0 commit comments

Comments
 (0)