Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ConventionalCommitTitles = []string{"feat", "fix", "perf", "refactor", "docs", "test", "revert", "style", "chore", "build"}
)
Functions ¶
func IsCommitSemantic ¶
IsCommitSemantic checks whether the commit message follow the conventions set out in Conventional Commits
Types ¶
type Options ¶
type Options struct { options.BaseOptions ScmFactory scmhelpers.Options GitClient gitclient.Interface CommandRunner cmdrunner.CommandRunner Namespace string LatestCommitSha string CurrentRevSha string RepoDir string }
Options contains the command line flags
func NewCmdCheckSemantics ¶
Click to show internal directories.
Click to hide internal directories.