464 B
464 B
About Hex.pm Releases
Releases of esqlite on hex.pm are managed by Connor Rigby (@connorrigby).
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.