mirror of
https://github.com/thegeeklab/git-sv.git
synced 2024-11-24 21:20:40 +00:00
refactor: remove mandatory config from scope
This commit is contained in:
parent
d88d185b2b
commit
dd5b15af22
@ -28,8 +28,7 @@ func (c CommitMessageConfig) BreakingChangeFooterConfig() CommitMessageFooterCon
|
|||||||
|
|
||||||
// CommitMessageScopeConfig config scope preferences.
|
// CommitMessageScopeConfig config scope preferences.
|
||||||
type CommitMessageScopeConfig struct {
|
type CommitMessageScopeConfig struct {
|
||||||
Mandatory bool `yaml:"mandatory"`
|
Values []string `yaml:"values"`
|
||||||
Values []string `yaml:"values"`
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// CommitMessageFooterConfig config footer metadata.
|
// CommitMessageFooterConfig config footer metadata.
|
||||||
|
Loading…
Reference in New Issue
Block a user