constant

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Jul 30, 2023 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	CopyrightStartYear = "2023"

	// EnvKeyCliVerbose
	//	Provides the debug flag. This value is true when the command is open debug mode
	EnvKeyCliVerbose = "CLI_VERBOSE"

	// EnvKeyCliTimeoutSecond
	//	Provides the timeout second flag
	EnvKeyCliTimeoutSecond = "CLI_CONFIG_TIMEOUT_SECOND"

	// EnvLogLevel
	//	env ENV_WEB_LOG_LEVEL default ""
	EnvLogLevel string = "CLI_LOG_LEVEL"

	DefaultChangelogMarkdownFile    = "CHANGELOG.md"
	DefaultChangelogLastContentFile = "CHANGELOG.txt"

	VersionRcFileName = ".versionrc"

	KitName = "convention-change-log"
	KitUrl  = "https://github.com/convention-change/convention-change-log"

	LogLineSpe = "---"
)

Variables

View Source
var (
	CmdOkEmoji           = color.Green.Render("✔")
	CmdInfoEmoji         = color.Blue.Render("ℹ")
	CmdHelpOutputting    = CmdOkEmoji + " outputting changes to %s"
	CmdHelpCommitting    = CmdOkEmoji + " committing %s"
	CmdHelpTagRelease    = CmdOkEmoji + " tagging release %s"
	CmdHelpGitPush       = CmdInfoEmoji + " Run `git push --follow-tags origin %s` to publish"
	CmdHelpFinishGitPush = CmdOkEmoji + " Finish `git push --follow-tags origin %s`"
)

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