1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-06 03:13:48 +02:00
goreleaser/internal
Evan fe79b4b9da
feat: add support for GitLab Generic Packages (#2006) (#2745)
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>
2022-01-06 22:11:11 -03:00
..
artifact feat: add sbom generation pipe (#2648) 2021-12-12 00:21:51 -03:00
builders feat: no main error page (#2709) 2021-11-29 21:41:31 -03:00
client feat: add support for GitLab Generic Packages (#2006) (#2745) 2022-01-06 22:11:11 -03:00
deprecate feat: update nfpm (#2640) 2021-11-13 22:23:11 -03:00
exec feat: support extra_files in publishers (#2770) 2022-01-06 22:04:43 -03:00
extrafiles feat: remap extra_files (#2678) 2021-11-23 22:18:47 -03:00
gio chore: fmt 2021-12-21 00:34:40 -03:00
git fix: git url with port (#2705) 2021-11-28 10:35:01 -03:00
golden feat: store artifact list into dist/artifacts.json (#2715) 2021-12-01 09:54:58 -03:00
http feat: sign with env and output certificate (#2662) 2021-11-11 22:56:03 -03:00
ids chore: gofumpt & lint (#2190) 2021-04-25 14:20:49 -03:00
logext fix: logext STDERR use warn instead of error (#2791) 2021-12-29 16:12:42 -03:00
middleware feat: add hooks to universal binaries (#2684) 2021-11-23 15:53:12 -03:00
pipe feat: allow to template dockerfile (#2797) 2022-01-06 15:34:55 -03:00
pipeline feat: add sbom generation pipe (#2648) 2021-12-12 00:21:51 -03:00
semerrgroup chore: gofumpt & lint (#2190) 2021-04-25 14:20:49 -03:00
shell feat: add hooks to universal binaries (#2684) 2021-11-23 15:53:12 -03:00
static chore: fix wording 2021-09-22 01:21:33 -03:00
testlib test: do not sign tags on tests 2022-01-02 22:14:33 -03:00
tmpl feat: annotated tag contents (#2744) 2021-12-06 16:52:26 -03:00