Skip to content

Commit

Permalink
Add development doc
Browse files Browse the repository at this point in the history
  • Loading branch information
axelson committed May 5, 2024
1 parent 1176c99 commit f251003
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions DEVELOPMENT.md
Original file line number Diff line number Diff line change
@@ -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`

0 comments on commit f251003

Please sign in to comment.