Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Archive ¶ added in v0.5.0
type Archive struct {
Format string
NameTemplate string `yaml:"name_template"`
Replacements map[string]string
Files []string
}
Archive config used for the archive
type Build ¶ added in v0.5.0
type Build struct {
Goos []string
Goarch []string
Main string
Ldflags string
BinaryName string `yaml:"binary_name"`
Hooks Hooks
}
Build contains the build configuration section
type Homebrew ¶ added in v0.1.6
type Homebrew struct {
Repo string
Folder string
Caveats string
Plist string
Dependencies []string
Conflicts []string
}
Homebrew contains the brew section
Click to show internal directories.
Click to hide internal directories.