Dune-release 2.1.0
Dune-release 2.1.0 has been released!
With this update,
- A new command
dune-release delegate-info version
has been added, which shows the current version of the package, as inferred bydune-release
. - The
dev-repo
field in the.opam
file can now be overridden using the--dev-repo
flag on the commandsdune-release
anddune-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-release
no longer publishes docs to github pages. This choice has been made because, as a consequence of publishing toopam-repository
, the package documentation is built and served byocaml.org/packages
.dune-release
now works with the experimental package management feature from Dune Developer Preview.
See full changelog
Added
- Add
dune-release delegate-info version
to show the current version as infered by the tool (#495, @samoht) - Add
--dev-repo
todune-release
anddune-release publish
to overwrite thedev-repo
field 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-release
not fail in the presence of~/.dune/bin/dune
(which is present when using dune package management)
Removed
dune-release
no longer publishes docs to github pages. Instead, we rely on the docs published underocaml.org/packages
(#499 #500, @v-gb @samoht)