1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-06 03:13:48 +02:00
goreleaser/internal/pipe/release
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: Checksums as a template field (#4064) 2023-06-05 13:05:28 -03:00
body_test.go feat: improve template error handling (#4256) 2023-08-24 22:06:12 -03:00
body.go feat: Checksums as a template field (#4064) 2023-06-05 13:05:28 -03:00
doc.go
release_test.go feat: allow goreleaser to run in gerrit, soft-serve and others (#4271) 2023-09-04 11:23:38 -03:00
release.go feat: allow goreleaser to run in gerrit, soft-serve and others (#4271) 2023-09-04 11:23:38 -03:00
scm_test.go test: testctx pkg (#3807) 2023-03-02 00:01:11 -03:00
scm.go fix: templates in release URLs (#3365) 2022-09-11 14:28:50 -03:00