Files
esqlite/hex.pm.md
2018-11-29 13:29:43 -08:00

464 B

About Hex.pm Releases

Releases of esqlite on hex.pm are managed by Connor Rigby (@connorrigby).

To make a release:

  1. Increment the version number in src/esqlite.app.src as appropriate.
  2. Run rebar3 ct to ensure that the build is good.
  3. IMPORTANT: Run rebar3 clean to remove build artifacts (especially compiled C object code).
  4. Run rebar3 hex publish to make the release.