diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md new file mode 100644 index 0000000..0721767 --- /dev/null +++ b/DEVELOPMENT.md @@ -0,0 +1,7 @@ +# Publishing a release + +1. Update version in mix.exs +2. Update changelog +3. Run `MIX_ENV=docs mix hex.publish` +4. Tag a release (e.g. `git tag 0.4.1`) +5. Push the tag with `git push --tags`