Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 988 Bytes

RELEASE.md

File metadata and controls

27 lines (22 loc) · 988 Bytes

Release Instructions

  1. Check related deps for required version bumps and compatibility (phoenix_ecto, phoenix_html)
  2. Bump version in related files below
  3. Bump external dependency version in related external files below
  4. Run tests:
    • mix test in the root folder
    • mix test in the installer/ folder
  5. Commit, push code
  6. Publish phx_new and phoenix packages and docs after pruning any extraneous uncommitted files
  7. Test installer by generating a new app, running mix deps.get, and compiling
  8. Publish to npm with npm publish
  9. Update Elixir and Erlang/OTP versions on new.phoenixframework.org
  10. Start -dev version in related files below

Files with version

  • CHANGELOG
  • mix.exs
  • installer/mix.exs
  • package.json
  • assets/package.json

Files with external dependency versions

  • priv/templates/phx.gen.release/Docker.eex (debian)
  • priv/templates/phx.gen.release/Docker.eex (esbuild)