Releases of esqlite on hex.pm are managed by Connor Rigby (@connorrigby).
- Install rebar3.
- Install hex plugin.
- Run
rebar3 update
.
- Increment the version number in
src/esqlite.app.src
as appropriate. - Run
rebar3 ct
to ensure that the build is good. - IMPORTANT: Run
rebar3 clean
to remove build artifacts (especially compiled C object code). - Run
rebar3 hex publish
to make the release.