Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InitConfig ¶ added in v2.3.0
Types ¶
type Config ¶
type Config struct { Token string ProviderPlugin string ProviderOpts map[string]string CommitAnalyzerPlugin string CommitAnalyzerOpts map[string]string CIConditionPlugin string CIConditionOpts map[string]string ChangelogGeneratorPlugin string ChangelogGeneratorOpts map[string]string Changelog string FilesUpdaterPlugins []string FilesUpdaterOpts map[string]string HooksPlugins []string HooksOpts map[string]string UpdateFiles []string Match string VersionFile bool Prerelease bool Ghr bool NoCI bool Dry bool AllowInitialDevelopmentVersions bool AllowNoChanges bool ForceBumpPatchVersion bool MaintainedVersion string PrependChangelog bool DownloadPlugins bool ShowProgress bool AllowMaintainedVersionOnDefaultBranch bool PluginResolver string PluginResolverEndpoint string PluginResolverDisableBatchPrefetch bool }
Config is a complete set of app configuration
Click to show internal directories.
Click to hide internal directories.