Compare commits
No commits in common. "2386e278c7a8c11e9b3848780aa5d104d83f8555" and "9aace7aa2be8a5005d30ac35ad1bd9aaf1d06410" have entirely different histories.
2386e278c7
...
9aace7aa2b
@ -99,7 +99,7 @@ func getLatestGitTag(options ...GetLatestGitTagOption) (string, error) {
|
||||
return "", fmt.Errorf("error iterating tags %w", err)
|
||||
}
|
||||
|
||||
if tagDate != nil && t.Tagger.When.Before(*tagDate) {
|
||||
if tagDate != nil && t.Tagger.When.Sub(*tagDate) > 0 {
|
||||
continue
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user