**Target release date**: Monday, 2026-04-20 approx. 17:00CET/13:00 Eastern ## Known blockers Issues blocking the release - [x] issue https://github.com/ocaml/dune/issues/14214 blocking the release because we are committed to ensuring compatibility with oxcaml in future release (to the best of our ability) - [x] resolved by PR #14228 - [x] https://github.com/ocaml/dune/pull/14270 breaking the nightly builds ## Preparation To begin once all initial blockers are resolved. - [ ] Run pre-release CI jobs on `main` branch - [ ] [mirage](https://github.com/ocaml/dune/actions/workflows/mirage.yml) - [ ] [packaging](https://github.com/ocaml/dune/actions/workflows/isolated-package-build.yml) - [ ] 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/ci/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)
Target release date: Monday, 2026-04-20 approx. 17:00CET/13:00 Eastern
Known blockers
Issues blocking the release
@installinmake release#14270 breaking the nightly buildsPreparation
To begin once all initial blockers are resolved.
mainbranchAlpha 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