1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-10 03:47:03 +02:00
goreleaser/pipeline
Eli Young c56e2dff2f fix: Only put actual caveats in Homebrew formulae
If the config file has no entry for caveats, the Caveats field of the
struct defaults to the empty string. When strings.Split() is called on
the empty string, it returns []string{""}. This is considered truthy by
the template processor, resulting in a caveats section consisting of a
blank line.
2018-04-05 20:36:26 -03:00
..
archive fix: archive.format_overrides section supports binary format correctly (#611) 2018-03-16 22:52:04 -03:00
artifactory feat: --skip-publish is back (#587) 2018-03-01 01:12:58 -03:00
before style: ran make fmt 2018-04-03 21:37:16 -03:00
brew fix: Only put actual caveats in Homebrew formulae 2018-04-05 20:36:26 -03:00
build fix: better deprecation notices (#561) 2018-02-17 13:43:29 -02:00
changelog fix: git log without colors (#572) 2018-02-20 14:23:45 -03:00
checksums refactor: unifying snapshot with skip-validate and skip-publish (#575) 2018-02-24 17:59:08 -03:00
defaults fix: separated defaulter for project name 2018-03-12 08:42:31 -03:00
dist style: improved debug field 2018-01-21 12:31:21 -02:00
docker feat: skip_push on docker to match draft releases 2018-03-25 13:30:49 -03:00
effectiveconfig typo: writting vs writing 2017-12-18 21:07:47 -02:00
env feat: --skip-publish is back (#587) 2018-03-01 01:12:58 -03:00
fpm refactor: remove fpm in favor of nfpm (#567) 2018-02-26 18:49:58 -03:00
git feat: --skip-validate is back (#600) 2018-03-08 08:42:33 -03:00
nfpm fix: fixed tests and bump nfpm again 2018-03-27 22:19:17 -03:00
project fix: separated defaulter for project name 2018-03-12 08:42:31 -03:00
release fix: empty line 2018-04-01 15:40:14 -03:00
scoop chore: better commit msgs for brew and scoop pipes (#605) 2018-03-10 14:13:00 -03:00
sign docs: fmt 2018-02-27 10:29:33 -03:00
snapcraft style: removed elses, improved test code 2018-02-16 15:03:37 -02: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 style: moving Piper interface close to where its used 2018-03-08 18:46:15 -03:00