Dune-release 2.1.0
Dune-release 2.1.0 has been released!
With this update,
- A new commanddune-release delegate-info versionhas been added, which shows the current version of the package, as inferred bydune-release.
- The dev-repofield in the.opamfile can now be overridden using the--dev-repoflag on the commandsdune-releaseanddune-release publish.
- A bug related to decoding GitHub URLs has been fixed (FIXME:explain context and what's working now that wasn't before)
- dune-releaseno longer publishes docs to github pages. This choice has been made because, as a consequence of publishing to- opam-repository, the package documentation is built and served by- ocaml.org/packages.
- dune-releasenow works with the experimental package management feature from Dune Developer Preview.
See full changelog
Added
- Add dune-release delegate-info versionto show the current version as infered by the tool (#495, @samoht)
- Add --dev-repotodune-releaseanddune-release publishto overwrite thedev-repofield specified in the opam file (#494, @samoht)
Changed
- Use the 'user' option as the fork owner, only attempt to decode the remote URL if the user option is not set. (#480, @Julow)
Fixed
- Make dune-releasenot fail in the presence of~/.dune/bin/dune(which is present when using dune package management)
Removed
- dune-releaseno longer publishes docs to github pages. Instead, we rely on the docs published under- ocaml.org/packages(#499 #500, @v-gb @samoht)