This document simply outlines the release process:
-
Remove
-devextension from VERSION -
Run
make clean testto 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
-
Update build info to include tag:
make build_info -
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
-devback and commit -
make release_docsonce again and push it toelixir-lang.github.com
- VERSION
- CHANGELOG
- src/elixir.app.src