0
0
mirror of https://github.com/thegeeklab/git-sv.git synced 2024-11-10 02:10:38 +00:00

refactor: remove debug

This commit is contained in:
Beatriz Vieira 2020-12-01 23:53:02 -03:00
parent 8ea624efa3
commit 182a3b3062

View File

@ -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)