Skip to content

Commit

Permalink
Describe how to make releases
Browse files Browse the repository at this point in the history
  • Loading branch information
angelikatyborska committed Aug 1, 2024
1 parent e5b5e58 commit ebf2d56
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# How to make a release

1. Update the version in `CHANGELOG.md`, `mix.exs`, and in the usage example in `README.md`.
2. Make sure the most up-to-date version of axe-core is included in `/priv` by running `npm run install`. A post-install script takes care of it, but it doesn't work in dependabot PRs.
3. Commit the above changes and tag the release with `git commit -m 'vX.Y.Z'`, `git tag -a 'vX.Y.Z' -m 'vX.Y.Z'`, `git push --follow-tags`.
4. Run `mix hex.publish`.

0 comments on commit ebf2d56

Please sign in to comment.