Versions in this module Expand all Collapse all v1 v1.6.0 Sep 18, 2020 Changes in this version + type Asset struct + Compress bool + Name string + Path string + Rename string + type ChangelogConfig struct + Docker ChangelogDocker + NPM ChangelogNPM + PrintAll bool + TemplatePath string + TemplateTitle string + type ChangelogDocker struct + Latest bool + Repository string + type ChangelogNPM struct + Repository string + YARN bool + type Checksum struct + Algorithm string + type GitHubProvider struct + AccessToken string + CustomURL string + Repo string + User string + type GitLabProvider struct + AccessToken string + CustomURL string + Repo string + type GitProvider struct + Auth string + Email string + SSH bool + Token string + Username string + type Hooks struct + PostRelease []string + PreRelease []string + type ReleaseConfig struct + Assets []Asset + Branch map[string]string + Changelog ChangelogConfig + Checksum Checksum + CommitFormat string + GitHubProvider GitHubProvider + GitLabProvider GitLabProvider + GitProvider GitProvider + Hooks Hooks + IsPreRelease bool + Release string + ReleaseTitle string + func Read(configPath string) (*ReleaseConfig, error)