diff --git a/sv/config.go b/sv/config.go index f140052..2670e4d 100644 --- a/sv/config.go +++ b/sv/config.go @@ -28,8 +28,7 @@ func (c CommitMessageConfig) BreakingChangeFooterConfig() CommitMessageFooterCon // CommitMessageScopeConfig config scope preferences. type CommitMessageScopeConfig struct { - Mandatory bool `yaml:"mandatory"` - Values []string `yaml:"values"` + Values []string `yaml:"values"` } // CommitMessageFooterConfig config footer metadata.