[new release] dune-release (2.1.0) #27358
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Release dune packages in opam
CHANGES:
Added
dune-release delegate-info version
to show the current version as inferedby the tool (Add
dune-relase delegate-info version
tarides/dune-release#495, @samoht)--dev-repo
todune-release
anddune-release publish
to overwritethe
dev-repo
field specified in the opam file (Allow to overwrite the dev-repo field when creating a GH tag/release tarides/dune-release#494, @samoht)Changed
if the user option is not set. (Opam: Use the 'user' option as the fork owner tarides/dune-release#480, @Julow)
Fixed
dune-release
not fail in the presence of~/.dune/bin/dune
(which is presentwhen using dune package management)
Removed
dune-release
no longer publishes docs to github pages. Instead, we rely onthe docs published under
ocaml.org/packages
(bistro: stop publishing docs tarides/dune-release#499 Stop publishing docs -- go to ocaml.org instead :-) tarides/dune-release#500, @v-gb @samoht)