514 B
514 B
About Hex.pm Releases
Releases of esqlite on hex.pm are managed by Michael Ries (@mmmries) and Eric Scouten (@scouten).
To make a release:
- Increment the version number in
src/esqlite.app.srcas appropriate. - Run
rebar3 ctto ensure that the build is good. - IMPORTANT: Run
rebar3 cleanto remove build artifacts (especially compiled C object code). - Run
rebar3 hex publishto make the release.