Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 586 Bytes

hex.pm.md

File metadata and controls

15 lines (11 loc) · 586 Bytes

About Hex.pm Releases

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

Setup

  1. Install rebar3
  2. Install hex plugin
  3. Run rebar3 update.

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.