Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 480 Bytes

RELEASES.md

File metadata and controls

10 lines (8 loc) · 480 Bytes

Releasing a new version

Preparation

  • Update the package version in mix.exs
  • Update the package version badge and installation instructions in README.md

Release Process

  • Make sure all changes in the Preparation section are in main
  • In GitHub, create, and publish, a new release with appropriate notes, and version matching the package version mix.exs
  • The github actions workflow should automatically publish the package and docs to hex