From 067166b965a45fd1e75821888d42e31239773821 Mon Sep 17 00:00:00 2001 From: Eric Scouten Date: Tue, 21 Mar 2017 08:46:01 -0700 Subject: [PATCH] Add a note about hex.pm releases. --- hex.pm.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 hex.pm.md diff --git a/hex.pm.md b/hex.pm.md new file mode 100644 index 0000000..e63de30 --- /dev/null +++ b/hex.pm.md @@ -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.