Add a note about hex.pm releases.

This commit is contained in:
Eric Scouten
2017-03-21 08:46:01 -07:00
parent a84f5178ed
commit 067166b965

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.