diff options
author | José Valim <jose.valim@plataformatec.com.br> | 2014-10-21 15:02:11 -0200 |
---|---|---|
committer | José Valim <jose.valim@plataformatec.com.br> | 2014-10-21 15:02:11 -0200 |
commit | 5c34f0cb30ebe49e4e323916d4173219b657ee23 (patch) | |
tree | 584685062e669ea48c053b33f648883cfc35b9d3 /RELEASE.md | |
parent | 69a74be02cec62b599157367cc0e900f193c526a (diff) | |
download | elixir-5c34f0cb30ebe49e4e323916d4173219b657ee23.tar.gz |
Update release instructions
Diffstat (limited to 'RELEASE.md')
-rw-r--r-- | RELEASE.md | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/RELEASE.md b/RELEASE.md index 776db8fa4..3f0ff8b75 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -18,7 +18,7 @@ This document simply outlines the release process: 7. Push master and the new tag -8. Release new docs with `make release_docs`, move docs to `docs/stable` and push them +8. Release new docs with `make release_docs`, move docs to `docs/stable` if appropriate, and push 9. Release new zip with `make release_zip`, push `Precompiled.zip` to GitHub Releases @@ -28,15 +28,13 @@ This document simply outlines the release process: ## New vMAJOR.MINOR releases -11. Create a new branch "vMAJOR.MINOR" release +11. Create a new branch "vMAJOR.MINOR" -12. Move stable docs to `docs/vOLD-MAJOR.OLD-MINOR` +12. Move docs generation to `docs/vOLD-MAJOR.OLD-MINOR` and copy them to `docs/stable` -13. Move master docs to `docs/stable` +13. Bump versions, start new CHANGELOG, add `-dev` back and commit "Start vVERSION+1" -14. Bump versions, start new CHANGELOG, add `-dev` back and commit "Start vVERSION+1" - -15. `make release_docs` and push it to `elixir-lang/docs` +14. `make release_docs` and push it to `elixir-lang/docs` ## Places where version is mentioned |