Skip to content

Commit d64d4b0

Browse files
author
José Valim
committed
v1.2 branch
1 parent b134472 commit d64d4b0

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

Makefile

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

RELEASE.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,10 @@ This document simply outlines the release process:
3030

3131
12. Create a new branch "vMAJOR.MINOR"
3232

33-
13. Move docs generation to `docs/vMAJOR.MINOR` in Makefile and copy them from `docs/stable`
33+
13. Move docs generation to `docs/vMAJOR.MINOR` in Makefile and copy them from `docs/stable` (change index.html accordingly)
3434

3535
14. In master, bump versions, start new CHANGELOG, add `-dev` back and commit "Start vVERSION+1"
3636

37-
15. `make release_docs` and push it to `elixir-lang/docs`
38-
3937
## Places where version is mentioned
4038

4139
* VERSION (make sure there is no newline in this file)

0 commit comments

Comments
 (0)