mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-01-20 03:59:26 +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
|
// Homebrew contains the brew section
|
||||||
type Homebrew struct {
|
type Homebrew struct {
|
||||||
Repo string
|
Repo string
|
||||||
Token string `yaml:"_"`
|
Token string `yaml:"-"`
|
||||||
Caveats string
|
Caveats string
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -40,9 +40,9 @@ type ProjectConfig struct {
|
|||||||
BinaryName string `yaml:"binary_name"`
|
BinaryName string `yaml:"binary_name"`
|
||||||
Files []string
|
Files []string
|
||||||
Brew Homebrew
|
Brew Homebrew
|
||||||
Token string `yaml:"_"`
|
Token string `yaml:"-"`
|
||||||
Build BuildConfig
|
Build BuildConfig
|
||||||
Git GitInfo `yaml:"_"`
|
Git GitInfo `yaml:"-"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// Load config file
|
// Load config file
|
||||||
|
Loading…
x
Reference in New Issue
Block a user