Versions in this module Expand all Collapse all v0 v0.91.1 Oct 20, 2018 v0.91.0 Oct 20, 2018 Changes in this version type Snapcraft + Publish bool v0.90.0 Oct 20, 2018 Changes in this version type Docker + ImageTemplates []string v0.89.0 Oct 17, 2018 v0.88.0 Oct 5, 2018 Changes in this version type Docker + BuildFlagTemplates []string type Put + ChecksumHeader string type Scoop + Name string v0.87.0 Sep 18, 2018 v0.86.1 Sep 14, 2018 v0.86.0 Sep 13, 2018 Changes in this version type Put + TrustedCerts string v0.85.3 Sep 12, 2018 v0.85.2 Sep 10, 2018 v0.85.1 Sep 4, 2018 v0.85.0 Sep 4, 2018 v0.84.0 Aug 25, 2018 Changes in this version type Scoop + Persist []string v0.83.3 Aug 21, 2018 v0.83.2 Aug 21, 2018 Changes in this version type Scoop + URLTemplate string v0.83.1 Aug 20, 2018 v0.83.0 Aug 15, 2018 Changes in this version + type Archive struct + Files []string + Format string + FormatOverrides []FormatOverride + NameTemplate string + Replacements map[string]string + WrapInDirectory bool + type Before struct + Hooks []string + type Build struct + Asmflags StringArray + Binary string + Env []string + Flags FlagArray + Gcflags StringArray + Goarch []string + Goarm []string + Goos []string + Hooks Hooks + Ignore []IgnoredBuild + Lang string + Ldflags StringArray + Main string + Targets []string + type Changelog struct + Filters Filters + Sort string + type Checksum struct + NameTemplate string + type CommitAuthor struct + Email string + Name string + type Docker struct + Binary string + Dockerfile string + Files []string + Goarch string + Goarm string + Goos string + Image string + SkipPush bool + TagTemplates []string + type EnvFiles struct + GitHubToken string + type Filters struct + Exclude []string + type FlagArray []string + func (a *FlagArray) UnmarshalYAML(unmarshal func(interface{}) error) error + type FormatOverride struct + Format string + Goos string + type Git struct + ShortHash bool + type GitHubURLs struct + API string + Download string + Upload string + type Homebrew struct + Caveats string + CommitAuthor CommitAuthor + Conflicts []string + Dependencies []string + Description string + DownloadStrategy string + Folder string + GitHub Repo + Homepage string + Install string + Name string + Plist string + SkipUpload bool + SourceTarball string + Test string + URLTemplate string + type Hooks struct + Post string + Pre string + type IgnoredBuild struct + Goarch string + Goarm string + Goos string + type NFPM struct + Bindir string + Description string + Formats []string + Homepage string + License string + Maintainer string + Overrides map[string]NFPMOverridables + Vendor string + type NFPMOverridables struct + ConfigFiles map[string]string + Conflicts []string + Dependencies []string + EmptyFolders []string + Files map[string]string + NameTemplate string + Recommends []string + Replacements map[string]string + Scripts NFPMScripts + Suggests []string + type NFPMScripts struct + PostInstall string + PostRemove string + PreInstall string + PreRemove string + type Project struct + Archive Archive + Artifactories []Put + Before Before + Brew Homebrew + Builds []Build + Changelog Changelog + Checksum Checksum + Dist string + Dockers []Docker + EnvFiles EnvFiles + Git Git + GitHubURLs GitHubURLs + NFPM NFPM + ProjectName string + Puts []Put + Release Release + S3 []S3 + Scoop Scoop + Sign Sign + SingleBuild Build + Snapcraft Snapcraft + Snapshot Snapshot + func Load(file string) (config Project, err error) + func LoadReader(fd io.Reader) (config Project, err error) + type Put struct + Checksum bool + Mode string + Name string + Signature bool + Target string + Username string + type Release struct + Disable bool + Draft bool + GitHub Repo + NameTemplate string + Prerelease bool + type Repo struct + Name string + Owner string + func (r Repo) String() string + type S3 struct + ACL string + Bucket string + Endpoint string + Folder string + Profile string + Region string + type Scoop struct + Bucket Repo + CommitAuthor CommitAuthor + Description string + Homepage string + License string + type Sign struct + Args []string + Artifacts string + Cmd string + Signature string + type Snapcraft struct + Apps map[string]SnapcraftAppMetadata + Confinement string + Description string + Grade string + Name string + NameTemplate string + Replacements map[string]string + Summary string + type SnapcraftAppMetadata struct + Args string + Daemon string + Plugs []string + type Snapshot struct + NameTemplate string + type StringArray []string + func (a *StringArray) UnmarshalYAML(unmarshal func(interface{}) error) error