mirror of
https://github.com/thegeeklab/git-sv.git
synced 2024-11-21 22:10:39 +00:00
refactor: fix suffix typo
This commit is contained in:
parent
5c992b6826
commit
abeae14b96
@ -40,7 +40,7 @@ type CommitMessageIssueConfig struct {
|
|||||||
// BranchesConfig branches preferences.
|
// BranchesConfig branches preferences.
|
||||||
type BranchesConfig struct {
|
type BranchesConfig struct {
|
||||||
PrefixRegex string `yaml:"prefix"`
|
PrefixRegex string `yaml:"prefix"`
|
||||||
SuffixRegex string `yaml:"sufix"`
|
SuffixRegex string `yaml:"suffix"`
|
||||||
DisableIssue bool `yaml:"disable-issue"`
|
DisableIssue bool `yaml:"disable-issue"`
|
||||||
Skip []string `yaml:"skip"`
|
Skip []string `yaml:"skip"`
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user