1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-04 03:11:55 +02:00
goreleaser/internal/pipe
Carlos Alexandro Becker 47ce9a9b33
fix: only fail announcing phase in the end (#3666)
This prevents one announce failure to skip all other announcers.

The release will still report a failure in the end, but will not fail in
the first failure.

Also improved errors messages a little bit.

closes #3663

Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
2022-12-28 12:24:21 -03:00
..
announce fix: only fail announcing phase in the end (#3666) 2022-12-28 12:24:21 -03:00
archive feat: better archives relative paths (#3656) 2022-12-27 17:42:55 -03:00
artifactory fix: improve artifactory error handling (#3546) 2022-11-12 00:49:08 -03:00
aur feat: deprecate replacements (#3589) 2022-11-25 15:26:14 -03:00
before feat: added --skip-before flag (#3182) 2022-06-22 21:56:53 -03:00
blob refactor: improving minio and docker tests (#3642) 2022-12-15 10:25:52 -03:00
brew fix: merge issues 2022-11-28 14:28:38 -03:00
build feat(build): allow to template env (#3592) 2022-11-25 15:26:29 -03:00
changelog fix(changelog): group regexps (#3527) 2022-11-07 09:28:52 -03:00
checksums feat: output checksums to artifacts info (#3548) 2022-11-14 14:49:34 -03:00
chocolatey feat: deprecate replacements (#3589) 2022-11-25 15:26:14 -03:00
custompublishers
defaults test: fix defaults test 2022-11-14 14:00:12 -03:00
discord fix: only fail announcing phase in the end (#3666) 2022-12-28 12:24:21 -03:00
dist feat: replacing the log library (#3139) 2022-06-21 21:11:15 -03:00
docker refactor: improving minio and docker tests (#3642) 2022-12-15 10:25:52 -03:00
effectiveconfig feat: replacing the log library (#3139) 2022-06-21 21:11:15 -03:00
env fix: log which token will be used (#3665) 2022-12-28 10:27:17 -03:00
git feat: custom tag.sort (#3611) 2022-12-02 21:50:04 -03:00
gomod fix: gomod.env not being used (#3434) 2022-10-04 13:01:18 -03:00
krew feat: deprecate replacements (#3589) 2022-11-25 15:26:14 -03:00
linkedin fix: only fail announcing phase in the end (#3666) 2022-12-28 12:24:21 -03:00
mastodon fix: only fail announcing phase in the end (#3666) 2022-12-28 12:24:21 -03:00
mattermost fix: only fail announcing phase in the end (#3666) 2022-12-28 12:24:21 -03:00
metadata refactory: make easier to manage merges with pro (#3178) 2022-06-22 01:48:11 -03:00
milestone feat: replacing the log library (#3139) 2022-06-21 21:11:15 -03:00
nfpm test: fix nfpm tests 2022-11-29 21:59:38 -03:00
prebuild fix: template main with gomod.proxy (#2834) 2022-01-14 10:33:11 -03:00
project
publish feat: chocolatey support (#3509) 2022-11-11 23:52:32 -03:00
reddit fix: only fail announcing phase in the end (#3666) 2022-12-28 12:24:21 -03:00
release test: fix scm test on forks 2022-11-04 16:02:33 -03:00
sbom feat: deprecate replacements (#3589) 2022-11-25 15:26:14 -03:00
scoop fix: lint issue 2022-12-21 01:07:07 -03:00
semver
sign test: fixed some tests 2022-11-28 22:42:29 -03:00
slack fix: only fail announcing phase in the end (#3666) 2022-12-28 12:24:21 -03:00
smtp fix: only fail announcing phase in the end (#3666) 2022-12-28 12:24:21 -03:00
snapcraft feat: deprecate replacements (#3589) 2022-11-25 15:26:14 -03:00
snapshot feat(ci): compile with go 1.19 (#3278) 2022-08-06 18:44:23 -03:00
sourcearchive feat: better archives relative paths (#3656) 2022-12-27 17:42:55 -03:00
teams fix: only fail announcing phase in the end (#3666) 2022-12-28 12:24:21 -03:00
telegram fix: only fail announcing phase in the end (#3666) 2022-12-28 12:24:21 -03:00
twitter fix: only fail announcing phase in the end (#3666) 2022-12-28 12:24:21 -03:00
universalbinary feat(ci): compile with go 1.19 (#3278) 2022-08-06 18:44:23 -03:00
upload feat(ci): compile with go 1.19 (#3278) 2022-08-06 18:44:23 -03:00
webhook fix: only fail announcing phase in the end (#3666) 2022-12-28 12:24:21 -03:00
pipe_test.go
pipe.go