Skip to content

Commit

Permalink
Use dune-release publish distrib in CONTRIBUTING.md (#825)
Browse files Browse the repository at this point in the history
Otherwise, `dune-release publish` also publishes the doc to GitHub
pages, but we currently manage the GitHub pages from the CI with
additional informations.
  • Loading branch information
bclement-ocp authored Sep 18, 2023
1 parent c269efc commit 78194cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,6 @@ The release is made using `dune-release`, and follows standard procedure for the
- `dune-release check` (performs basic check)
- `dune-release tag vX.Y.Z` (replace `X`, `Y` and `Z` as appropriate; this creates a git tag -- you may add alphas, betas, or rc)
- `dune-release distrib` (this creates the distribution archive)
- `dune-release publish` (this is irreversible: it publishes the release on GitHub)
- `dune-release publish distrib` (this is irreversible: it publishes the release on GitHub)
- `dune-release opam pkg` (this an archive with the opam stuff)
- `dune-release opam submit` (this opens a MR on the opam repository)

0 comments on commit 78194cf

Please sign in to comment.