589 B
589 B
About Hex.pm Releases
Releases of esqlite on hex.pm are managed by Connor Rigby (@connorrigby).
Setup
- Install rebar3.
- Install hex plugin.
- Run
rebar3 update.
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.