This document simply outlines the release process:
-
Remove
-dev
extension from VERSION -
Run
make clean test
to ensure all tests pass from scratch and the CI is green -
Ensure CHANGELOG is updated and tag release version with timestamp in it
-
Commit changes above with title "Release vVERSION"
-
Push master and create tag vVERSION from master branch
-
Release new docs with
make release_docs
, move docs todocs/stable
-
Release new zip with
make release_zip
, push new zip to GitHub Releases -
Push package to expm with
expm publish package.exs
-
Merge master into stable branch and push it
-
After release, bump versions, add
-dev
back and commit -
make release_docs
once again and pushelixir-lang.github.com
- VERSION
- CHANGELOG
- src/elixir.app.src