Release 5.0.0 - #387
Open
balat wants to merge 2 commits into
Open
Conversation
Also record that the test matrix no longer covers OCaml 4.08 to 4.13, while the lower bound stays at 4.08.
They still described the wikidoc procedure, which was replaced by wodoc: point at doc/README.md and at the Documentation workflow instead. Also record that the changelog heading is where the version number lives.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Two commits to close the release preparation.
Release 5.0.0The changelog heading becomes
5.0.0. That heading is the version: no.opamfile and nodune-projectcarries a version field, anddune-release tagreads it from there.It also records that the test matrix covers OCaml 4.14 and the 5.x series while the lower bound stays at 4.08, so the versions from 4.08 to 4.13 are no longer tested. That is the decision taken rather than raising the bound.
Update the release instructionsdocs/RELEASE.mdstill described the wikidoc procedure, which was replaced by wodoc. It now points atdoc/README.mdfor the documentation build and at the Documentation workflow for publishing a version, and adds two things that were missing: that the changelog heading is where the version number lives, and that the reverse dependencies should be updated before the release lands.Reverse dependencies
Checked against this branch, with the four TyXML packages pinned and labelled 5.0.0 so the solver actually resolves the new constraints:
js_of_ocaml-tyxml,odoc,odoc-md,odoc-driver,sherlodocandwodocbuild unchanged.Xml_sigs.Tdid not change in 5.0, and everything except Eliom goes throughHtml_f.MakeandSvg_f.Make, which build theWrapped_functionsinternally.Wrapped_functionsand a wider constraint: Adapt to TyXML 5.0 eliom#901 and Adapt to TyXML 5.0 eliom#902, both merged.ocsigen-toolkitandocsigen-startbuild unchanged on theirderivingbranches. Onmasterthey are not yet verified.