This project uses ocamlformat (for OCaml) and prettier (for Markdown).
- Update CHANGES.md.
- Run
dune-release tag VERSION
to create a tag for the newVERSION
. - Run
dune-release distrib
to create package locally. - Run
dune-release publish distrib
to create release on GitHub. - Run
opam publish --tag=VERSION
to create PR to opam-repository. - Run
./update-gh-pages-for-tag VERSION
to update the online documentation.