Skip to content

Commit 0077037

Browse files
committed
Add HACKING.md
1 parent 81cda91 commit 0077037

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

HACKING.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
### Formatting
2+
3+
This project uses [ocamlformat](https://github.com/ocaml-ppx/ocamlformat) (for
4+
OCaml) and [prettier](https://prettier.io/) (for Markdown).
5+
6+
### To make a new release
7+
8+
1. Update [CHANGES.md](CHANGES.md).
9+
2. Run `dune-release tag VERSION` to create a tag for the new `VERSION`.
10+
3. Run `dune-release` to publish the new `VERSION`.
11+
4. Run `./update-gh-pages-for-tag VERSION` to update the online documentation.

0 commit comments

Comments
 (0)