Update docs for releasing package on hex.pm

This commit is contained in:
Connor Rigby
2019-04-11 10:40:20 -07:00
parent 79c2655177
commit 089316ee0a
2 changed files with 6 additions and 2 deletions

View File

@@ -2,7 +2,12 @@
Releases of [esqlite on hex.pm](https://hex.pm/packages/esqlite) are managed by Connor Rigby ([@connorrigby](https://github.com/connorrigby)).
To make a release:
## Setup
1. Install rebar3
2. [Install hex plugin](https://hex.pm/docs/rebar3_usage#installation)
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.