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)). 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. 1. Increment the version number in `src/esqlite.app.src` as appropriate.
2. Run `rebar3 ct` to ensure that the build is good. 2. Run `rebar3 ct` to ensure that the build is good.

View File

@@ -4,7 +4,6 @@
{vsn, "0.4.0"}, {vsn, "0.4.0"},
{modules, [esqlite3, esqlite3_nif]}, {modules, [esqlite3, esqlite3_nif]},
{registered, []}, {registered, []},
{maintainers, ["Aleph Archives", "Qing Liang <qing.liang.cn@gmail.com>"]},
{licenses, ["Apache"]}, {licenses, ["Apache"]},
{links, [{"Github", "https://github.com/mmzeeman/esqlite"}]}, {links, [{"Github", "https://github.com/mmzeeman/esqlite"}]},
{include_files, ["Makefile"]}, {include_files, ["Makefile"]},