mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-01-04 03:11:55 +02:00
fix #37
This commit is contained in:
parent
5c5c37897b
commit
4369eb3235
@ -16,7 +16,7 @@ var filePatterns = []string{"LICENCE*", "LICENSE*", "README*", "CHANGELOG*"}
|
||||
// Homebrew contains the brew section
|
||||
type Homebrew struct {
|
||||
Repo string
|
||||
Token string `yaml:"_"`
|
||||
Token string `yaml:"-"`
|
||||
Caveats string
|
||||
}
|
||||
|
||||
@ -40,9 +40,9 @@ type ProjectConfig struct {
|
||||
BinaryName string `yaml:"binary_name"`
|
||||
Files []string
|
||||
Brew Homebrew
|
||||
Token string `yaml:"_"`
|
||||
Token string `yaml:"-"`
|
||||
Build BuildConfig
|
||||
Git GitInfo `yaml:"_"`
|
||||
Git GitInfo `yaml:"-"`
|
||||
}
|
||||
|
||||
// Load config file
|
||||
|
Loading…
Reference in New Issue
Block a user