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.
1 parent 061fc59 commit 1c2256fCopy full SHA for 1c2256f
README.md
@@ -2243,5 +2243,7 @@ OCaml) and [prettier](https://prettier.io/) (for Markdown).
2243
2244
1. Update [CHANGES.md](CHANGES.md).
2245
2. Run `dune-release tag VERSION` to create a tag for the new `VERSION`.
2246
-3. Run `dune-release` to publish the new `VERSION`.
2247
-4. Run `./update-gh-pages-for-tag VERSION` to update the online documentation.
+3. Run `dune-release publish distrib` to create release on GitHub.
+4. Run `opam publish --tag=VERSION` to create PR to
2248
+ [opam-repository](https://github.com/ocaml/opam-repository).
2249
+5. Run `./update-gh-pages-for-tag VERSION` to update the online documentation.
0 commit comments