## Known blockers Issues blocking the release - [x] https://github.com/ocaml/dune/issues/13897 blocking the release because we should have passing revdep tests before cutting the minor release - [x] resolved by PR https://github.com/ocaml/dune/pull/14538 - [ ] issue #... blocking the release because of ... - [ ] resolved by PR #... ## Preparation To begin once all initial blockers are resolved. - [ ] Create the release candidate branch and ensure all CI jobs are passing - [ ] Work thru the [pre-release phase](https://github.com/ocaml/dune/blob/main/doc/dev/releases/process.md#pre-release-phase). Alpha release PRs into opam repo: - [link to OPAM PR 1] - [link to OPAM PR 2] ## Release - [ ] Work thru the [release phase](https://github.com/ocaml/dune/blob/main/doc/dev/releases/process.md#release-phase). - [ ] opam repo publication PR [link to opam PR] ## Post-release - [ ] Merge release branch into `main` - [ ] Write a post about the release on Discuss: [link] - [ ] Open PR announcing release on ocaml.org: [link] - [ ] Store the revdeps error file in the [logs](https://github.com/ocaml/dune/wiki/Reverse-dependencies-CI-logs) as HTML - [ ] Increase the version of Dune to the new latest minor version - [ ] in the [CI workflow](https://github.com/ocaml/dune/tree/main/.github/workflows/workflow.yml.in) - [ ] in [dune-project](https://github.com/ocaml/dune/blob/main/dune-project#L1) - [ ] in the [dune-rpc](https://github.com/ocaml/dune/blob/main/otherlibs/dune-rpc/types.ml#L30)
Known blockers
Issues blocking the release
Preparation
To begin once all initial blockers are resolved.
Alpha release PRs into opam repo:
Release
Post-release
Merge release branch into
mainWrite a post about the release on Discuss: [link]
Open PR announcing release on ocaml.org: [link]
Store the revdeps error file in the logs as HTML
Increase the version of Dune to the new latest minor version