1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2024-12-31 01:53:50 +02:00
goreleaser/internal/middleware
Carlos Alexandro Becker 72cf8404c1
feat: continue on error (#4127)
closes #3989

Basically, when some of these pipes fail, the error will be memorized,
and all errors will be thrown in the end.

Meaning: the exit code will still be 1, but it'll not have stopped in
the first error.

Thinking of maybe adding a `--fail-fast` flag to disable this behavior
as well 🤔

---------

Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2023-06-20 09:33:59 -03:00
..
errhandler feat: continue on error (#4127) 2023-06-20 09:33:59 -03:00
logging fix: log duration of padlog steps (#3439) 2022-10-05 09:33:15 -03:00
skip refactor: improve tmpls that eval to a bool (#3726) 2023-01-28 23:21:43 -03:00
middleware.go feat: improve output and pipe skipping (#2480) 2021-09-18 10:21:29 -03:00