Skip to content

Commit 1c2256f

Browse files
committed
Update release instructions
1 parent 061fc59 commit 1c2256f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2243,5 +2243,7 @@ OCaml) and [prettier](https://prettier.io/) (for Markdown).
22432243

22442244
1. Update [CHANGES.md](CHANGES.md).
22452245
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.
2246+
3. Run `dune-release publish distrib` to create release on GitHub.
2247+
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

Comments
 (0)