View Source BitcrowdEcto

This library contains Bitcrowd's collection of tiny Ecto helpers.

Steps to release

  • Replace the version number in mix.exs
  • Set version number & date in CHANGELOG.md
  • Commit, push and open a PR for your release
  • When the PR is merged:
git tag -a 'vX.X.X'
git push --tags
mix hex.publish