Skip to content

Commit

Permalink
Update new major.minor instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
José Valim committed Feb 12, 2015
1 parent 0ff8594 commit e7f9f10
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ This document simply outlines the release process:

## New vMAJOR.MINOR releases

11. Create a new branch "vMAJOR.MINOR"
12. Create a new branch "vMAJOR.MINOR"

12. Move docs generation to `docs/vOLD-MAJOR.OLD-MINOR` and copy them to `docs/stable`
13. Move docs generation to `docs/vMAJOR.MINOR` and copy them from `docs/stable`

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

14. `make release_docs` and push it to `elixir-lang/docs`
15. `make release_docs` and push it to `elixir-lang/docs`

## Places where version is mentioned

Expand Down

0 comments on commit e7f9f10

Please sign in to comment.