Skip to content

Commit 18dfca2

Browse files
author
José Valim
committed
Update doc references
1 parent 9eb4781 commit 18dfca2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
REBAR ?= "$(CURDIR)/rebar"
22
PREFIX ?= /usr/local
3-
DOCS := master
4-
CANONICAL := master
3+
DOCS := v1.3
4+
CANONICAL := stable
55
ELIXIRC := bin/elixirc --verbose --ignore-module-conflict
66
ERLC := erlc -I lib/elixir/include
77
ERL := erl -I lib/elixir/include -noshell -pa lib/elixir/ebin

RELEASE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ This document simply outlines the release process:
2828

2929
11. Create a new branch "vMAJOR.MINOR"
3030

31-
12. Move docs generation to `docs/vMAJOR.MINOR` in Makefile, set CANONICAL reference and copy them to `docs/stable` (change index.html accordingly)
31+
12. Move docs generation to `docs/vMAJOR.MINOR` in Makefile, set CANONICAL to stable and copy them to `docs/stable` (change index.html accordingly)
3232

3333
13. In master, bump versions, start new CHANGELOG, add `-dev` back and commit "Start vVERSION+1"
3434

0 commit comments

Comments
 (0)