We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
HACKING.md
1 parent 81cda91 commit 0077037Copy full SHA for 0077037
HACKING.md
@@ -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