mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-02-03 13:11:48 +02:00
GitLab's Generic Package Repository allows uploading files to GitLab, as an alternative to attachments. Added the flag `use_package_registry` to the `gitlab_urls` config. When false, the default, it will behave as before. When true, it will publish the file to the Generic Package Registry. Either way, the URL is bound to the release the same Updated `go-gitlab` to version 0.52.2 which has the new `GenericPackages.PublishPackageFile` function. Co-authored-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>