release.txt 455 B

12345678910111213141516
  1. Mint a release:
  2. https://opam.ocaml.org/doc/Packaging.html#Publishing
  3. - proof-read Change.txt
  4. - $ cat Change.txt >> Changelog.txt && git commit
  5. - create the git tag with the version as in dune-project:
  6. $ git tag -F Change.txt 0.1
  7. - create, sign and publish the tarball and evtl. binaries (e.g. to git repo hoster)
  8. - $ opam publish <tarball> .
  9. - 🎉
  10. - edit version number in dune-project for next release, prepare Change.txt for the
  11. next release