refactor: remove debug
This commit is contained in:
parent
8ea624efa3
commit
182a3b3062
1 changed files with 0 additions and 3 deletions
|
@ -1,7 +1,6 @@
|
|||
package main
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"log"
|
||||
"os"
|
||||
"sv4git/sv"
|
||||
|
@ -17,8 +16,6 @@ func main() {
|
|||
|
||||
cfg := loadConfig()
|
||||
|
||||
fmt.Printf("%+v\n", cfg)
|
||||
|
||||
git := sv.NewGit(cfg.BreakingChangePrefixes, cfg.IssueIDPrefixes, cfg.TagPattern)
|
||||
semverProcessor := sv.NewSemVerCommitsProcessor(cfg.IncludeUnknownTypeAsPatch, cfg.MajorVersionTypes, cfg.MinorVersionTypes, cfg.PatchVersionTypes)
|
||||
releasenotesProcessor := sv.NewReleaseNoteProcessor(cfg.ReleaseNotesTags)
|
||||
|
|
Loading…
Reference in a new issue