We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8187675 commit 3502af1Copy full SHA for 3502af1
log/gitutils.go
@@ -87,7 +87,7 @@ func isCommitToNearestTag(repo *git.Repository, commit *object.Commit) bool {
87
log.Fatal("Couldn't get latest tag...", err)
88
}
89
90
- if latestTag == nil && previousTag == nil {
+ if latestTag == nil || previousTag == nil {
91
return false
92
93
0 commit comments