feat: handle each commit independently #339
Annotations
10 errors
build:
internal/git/git_test.go#L95
cannot use log (variable of type []string) as string value in argument to strings.Contains
|
build:
internal/git/git_test.go#L114
cannot use log (variable of type []string) as string value in argument to strings.Contains
|
build:
internal/git/git_test.go#L115
cannot use log (variable of type []string) as string value in argument to strings.Contains
|
build:
internal/svu/svu_test.go#L90
cannot use "chore: should do nothing" (untyped string constant) as []string value in argument to findNext
|
build:
internal/svu/svu_test.go#L91
cannot use "fix: inc patch" (untyped string constant) as []string value in argument to findNext
|
build:
internal/svu/svu_test.go#L92
cannot use "feat: inc minor" (untyped string constant) as []string value in argument to findNext
|
build:
internal/svu/svu_test.go#L93
cannot use "feat!: inc minor" (untyped string constant) as []string value in argument to findNext
|
build:
internal/svu/svu_test.go#L94
cannot use "feat!: inc minor" (untyped string constant) as []string value in argument to findNext
|
build:
internal/svu/svu_test.go#L95
cannot use "chore: should do nothing" (untyped string constant) as []string value in argument to findNext
|
build:
internal/svu/svu_test.go#L96
cannot use "chore: is forcing patch, so should inc patch" (untyped string constant) as []string value in argument to findNext
|