Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 496 Bytes

RELEASE.md

File metadata and controls

11 lines (10 loc) · 496 Bytes

Release checklist

  1. Update CHANGELOG.md with a bulletpoint list of new features and bug fixes
  2. Update the version numbers in VERSION
  3. Double check mix.exs to make sure that all files are listed in files.
  4. Commit changes
  5. Tag
  6. Push last commit(s) and tags to GitHub
  7. Copy the latest CHANGELOG.md entry to the GitHub releases description
  8. Run mix hex.publish package
  9. Update version numbers in CHANGELOG.md and VERSION for upcoming -dev work