Merge pull request #35 from scouten/hex.pm

Add info about hex.pm releases
This commit is contained in:
Maas-Maarten Zeeman
2018-01-18 18:36:52 +01:00
committed by GitHub
2 changed files with 15 additions and 1 deletions

10
hex.pm.md Normal file
View File

@@ -0,0 +1,10 @@
# About Hex.pm Releases
Releases of [esqlite on hex.pm](https://hex.pm/packages/esqlite) are managed by Michael Ries ([@mmmries](https://github.com/mmmries)) and Eric Scouten ([@scouten](https://github.com/scouten)).
To 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.
3. **IMPORTANT:** Run `rebar3 clean` to remove build artifacts (especially compiled C object code).
4. Run `rebar3 hex publish` to make the release.

View File

@@ -1,9 +1,13 @@
{application, esqlite, {application, esqlite,
[ [
{description, "sqlite nif interface"}, {description, "sqlite nif interface"},
{vsn, "0.1.1"}, {vsn, "0.2.3"},
{modules, [esqlite3, esqlite3_nif]}, {modules, [esqlite3, esqlite3_nif]},
{registered, []}, {registered, []},
{maintainers, ["Aleph Archives", "Qing Liang <qing.liang.cn@gmail.com>"]},
{licenses, ["Apache"]},
{links, [{"Github", "https://github.com/mmzeeman/esqlite"}]},
{include_files, ["Makefile"]},
{applications, [ {applications, [
kernel, kernel,
stdlib stdlib