ocaml / opam

opam is a source-based package manager. It supports multiple simultaneous compiler installations, flexible package constraints, and a Git-friendly development workflow.
https://opam.ocaml.org
Other
1.24k stars 353 forks source link

release: Fix the creation of the opam-full-<version>.tar.gz archive #6066

Closed kit-ty-kate closed 3 months ago

kit-ty-kate commented 3 months ago

mccs was missing. Noticed in https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/68529

Backported in 2.2 by https://github.com/ocaml/opam/pull/6067

kit-ty-kate commented 3 months ago

LGTM! Sorry for missing the tarball part of it in #5494 😕

arf, that's my mistake then. Sorry about that.