IMPORTANT: when building the archive, it must be done in the minimum supported Erlang and Elixir versions.
- Check related deps for required version bumps and compatibility (
phoenix_ecto
,phoenix_pubsub_redis
,phoenix_html
) - Bump version in related files below
- Update
phoenix_dep
ininstaller/lib/phoenix_new.ex
to "~> version to be released" - Run tests, commit, push code, packages and docs
- Run
mix archive.build
andmix archive.build -o phoenix_new.ez
inside "installer" directory to build new installers - Copy new installers to "phoenixframework/archives" project
- Test installer by generating a new app, running
mix deps.get
, and compiling - Start -dev version in related files below
- Update
phoenix_dep
ininstaller/lib/phoenix_new.ex
back to git
CHANGELOG
mix.exs
installer/mix.exs
package.json