1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-18 03:56:52 +02:00
goreleaser/internal/pipe/nix
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 fix(nix): multiple archives for the same platform (#4227) 2023-08-02 22:58:10 -03:00
nix_test.go fix(nix): multiple archives for the same platform (#4227) 2023-08-02 22:58:10 -03:00
nix.go feat: allow goreleaser to run in gerrit, soft-serve and others (#4271) 2023-09-04 11:23:38 -03:00
template.go feat(nix): runtime dependencies 2023-07-26 11:32:37 -03:00
tmpl.nix fix(nix): potentially unused with lib 2023-07-26 11:32:37 -03:00