1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-10 03:47:03 +02:00
goreleaser/pipeline/brew
Erno Aapa 79a48eae7b fix: Fix Brew formula class name when using custom name
The #597 added support for customizing the final Brew formula name.
The generated *.rb file still were using the project name as
class name and installing with custom name didn't work.
Fixed the issue by using the `name` field as an input for
building the class name, which defaults to project name
if no name given.
2018-03-25 13:28:54 -03:00
..
testdata fix: update brew template to use tilde heredoc syntax 2018-02-06 16:33:49 -02:00
brew_test.go fix: Fix Brew formula class name when using custom name 2018-03-25 13:28:54 -03:00
brew.go fix: Fix Brew formula class name when using custom name 2018-03-25 13:28:54 -03:00
doc.go fix: brew tests/multiple darwin builds/gh enterprise 2017-12-17 20:15:18 -02:00
template.go fix: update brew template to use tilde heredoc syntax 2018-02-06 16:33:49 -02:00