phoenix icon indicating copy to clipboard operation
phoenix copied to clipboard

Store Phoenix version and Elixir requirement in text file.

Open eksperimental opened this issue 3 years ago • 0 comments

Simplify release process by storing Phoenix version and Elixir requirements in files

This PRs simplifies the release process by storing as single source of truth for:

  • The Phoenix and Phoenix installer version in VERSION
  • The Elixir requirement for Phoenix in ELIXIR_REQUIREMENT
  • The Elixir requirement for Phoenix installer in installer/ELIXIR_REQUIREMENT

It removes the need to update the templates in the Phoenix installer. Only .json and .md are required to be updated manually.

eksperimental avatar Apr 15 '22 15:04 eksperimental