1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-06 03:13:48 +02:00
goreleaser/internal/pipe/aur
Carlos Alexandro Becker 8706fd2e89
feat: allow goreleaser to run in gerrit, soft-serve and others (#4271)
Currently, GoReleaser will assume you're running against github, gitea
or gitlab.

You could set `release.disable: true`, but it would still set and try to
use some defaults that could break things up.

Now, if you disable the release, goreleaser will not set these defaults.
It'll also hard error in some cases in which it would happily produce
invalid resources before, namely, if `release.disable` is set, and, for
example, `brews.url_template` is empty (in which case it would try to
use the one from the release, usually github).

closes #4208
2023-09-04 11:23:38 -03:00
..
testdata feat: aur backup (#3366) 2022-10-05 09:42:17 -03:00
aur_test.go feat: improve template error handling (#4256) 2023-08-24 22:06:12 -03:00
aur.go feat: allow goreleaser to run in gerrit, soft-serve and others (#4271) 2023-09-04 11:23:38 -03:00
doc.go feat: arch user repository integration (#2838) 2022-01-20 14:59:39 -03:00
tmpl.go feat: aur backup (#3366) 2022-10-05 09:42:17 -03:00