Skip to content

Commit

Permalink
Add HACKING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
polytypic committed Mar 24, 2024
1 parent 81cda91 commit 0077037
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions HACKING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
### Formatting

This project uses [ocamlformat](https://github.com/ocaml-ppx/ocamlformat) (for
OCaml) and [prettier](https://prettier.io/) (for Markdown).

### To make a new release

1. Update [CHANGES.md](CHANGES.md).
2. Run `dune-release tag VERSION` to create a tag for the new `VERSION`.
3. Run `dune-release` to publish the new `VERSION`.
4. Run `./update-gh-pages-for-tag VERSION` to update the online documentation.

0 comments on commit 0077037

Please sign in to comment.