1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-10 03:47:03 +02:00
goreleaser/pipeline/brew
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
..
testdata fix: Use squiggly heredocs in Homebrew formulae 2018-04-05 20:36:26 -03:00
brew_test.go fix: Only put actual caveats in Homebrew formulae 2018-04-05 20:36:26 -03:00
brew.go fix: Only put actual caveats in Homebrew formulae 2018-04-05 20:36:26 -03:00
doc.go fix: brew tests/multiple darwin builds/gh enterprise 2017-12-17 20:15:18 -02:00
template.go fix: Use squiggly heredocs in Homebrew formulae 2018-04-05 20:36:26 -03:00