diff --git a/sv/config.go b/sv/config.go index af19378..694b815 100644 --- a/sv/config.go +++ b/sv/config.go @@ -5,6 +5,7 @@ package sv // CommitMessageConfig config a commit message. type CommitMessageConfig struct { Types []string `yaml:"types,flow"` + MessageSelector string `yaml:"selector"` Scope CommitMessageScopeConfig `yaml:"scope"` Footer map[string]CommitMessageFooterConfig `yaml:"footer"` Issue CommitMessageIssueConfig `yaml:"issue"`