key

package
v1.0.10 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 18, 2024 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	AppName = "appName"
	Version = "version"
	WorkDir = "WORK_DIR"

	RemoteURL = "repoURL" // Remote repository URL.

	CfgFile = "configFile" // Configuration file name. Default: config.yaml.

	AllowCommitDirty      = "allowCommitDirty"      // Allow commit dirty repository. Default: false.
	AutoGenerateNextPatch = "autoGenerateNextPatch" // Auto generate next patch version, if version exists. Default: false.
	AllowDowngrades       = "allowDowngrades"       // Allow version downgrades. Default: false.

	GenerateChangelog   = "changelog.generate"   // Generate changelog. Default: true.
	ChangelogFileName   = "changelog.fileName"   // Changelog file name. Default: CHANGELOG.md.
	ChangelogTitle      = "changelog.title"      // Changelog title. Default: Changelog.
	ChangelogIssueURL   = "changelog.issueURL"   // Issue href template (with last slash). Default: empty.
	ChangelogShowAuthor = "changelog.showAuthor" // Show author in changelog. Default: false.
	ChangelogShowBody   = "changelog.showBody"   // Show body in changelog comment. Default: true.

	Backup  = "backupChanged" // Backup changed files. Default: false.
	Silent  = "silent"        // Silent mode from flags.
	DryRun  = "dryRun"        // Dry run mode from flags.
	Force   = "force"         // Force mode from flags.
	Verbose = "verbose"       // Verbose mode from flags.

	Prepare = "prepare" // Prepare flag in next command.
)

Viper keys.

View Source
const (
	TestingSkipDIInit = "testing.skipDIInit" // Skip DI init. Default: false.
)

Viper testing keys.

Variables

This section is empty.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL