diff --git a/internal/git/tag.go b/internal/git/tag.go index 0996238..2fa0b42 100644 --- a/internal/git/tag.go +++ b/internal/git/tag.go @@ -83,7 +83,7 @@ func CommitsBetween(repoPath string, cfg Range) ([]string, error) { commits = append(commits, hash) } - return + return retErr }) return commits, err