Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 302 Bytes

PUBLISH_CHECKLIST.md

File metadata and controls

16 lines (13 loc) · 302 Bytes

Publish Checklist

This checklist is for my use to reduce friction in publishing after I have been away.

  1. Increment @version in mix.exs
  2. Increment version on line 53 in README.md
  3. Update changelog
  4. Open PR
  5. Merge PR
  6. Publish
git checkout main
git pull
mix hex.publish