1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-10 03:47:03 +02:00
goreleaser/pipeline
Carlos Alexandro Becker ce83c85bfc
fix: improve docker error handling (#726)
improved the case in which a docker image may be declared but have no binaries matching it (which can really happen) and the case of a binary + goos + goarch + goarm combination matching more than one binary (can't happen right now).

Later it will just warn on the first case and do things wrong on the second, now it will error in both cases.
2018-07-17 08:24:58 -03:00
..
archive test: fix archive tests 2018-07-08 20:54:42 -07:00
artifactory fix: reduce code duplication 2018-06-25 10:01:31 -03:00
before fix: always print before hooks output when in debug 2018-04-10 14:35:45 -03:00
brew fix: brew should aknowledge format overrides 2018-07-11 00:43:26 -07:00
build refactor: semerrgroup wraps errgroup with a semaphore 2018-07-09 21:38:00 -07:00
changelog chore: added trailing empty line to changelog 2018-05-06 09:31:55 -03:00
checksums refactor: semerrgroup wraps errgroup with a semaphore 2018-07-09 21:38:00 -07:00
defaults test: Use multiple calls to assert.NotEmpty() 2018-05-14 23:00:42 -03:00
dist style: improved debug field 2018-01-21 12:31:21 -02:00
docker fix: improve docker error handling (#726) 2018-07-17 08:24:58 -03:00
effectiveconfig typo: writting vs writing 2017-12-18 21:07:47 -02:00
env fix: accept empty GITHUB_TOKEN if release is disabled 2018-05-08 21:34:33 -03:00
fpm refactor: remove fpm in favor of nfpm (#567) 2018-02-26 18:49:58 -03:00
git fix: using tmpl in build, git and go builder pkgs 2018-07-08 23:08:06 -07:00
nfpm refactor: semerrgroup wraps errgroup with a semaphore 2018-07-09 21:38:00 -07:00
project fix: separated defaulter for project name 2018-03-12 08:42:31 -03:00
put fix: reduce code duplication 2018-06-25 10:01:31 -03:00
release refactor: semerrgroup wraps errgroup with a semaphore 2018-07-09 21:38:00 -07:00
s3 refactor: semerrgroup wraps errgroup with a semaphore 2018-07-09 21:38:00 -07:00
scoop fix: several linter issues 2018-07-04 01:22:45 -07:00
sign fix: several linter issues 2018-07-04 01:22:45 -07:00
snapcraft fix: typo 2018-07-09 22:08:22 -07:00
snapshot feat: name template on snapcraft packages 2017-12-26 21:44:11 -02:00
pipeline_test.go style: moving Piper interface close to where its used 2018-03-08 18:46:15 -03:00
pipeline.go chore: fix lint issues 2018-06-19 15:53:14 -03:00