Skip version increase on prior semver tag detected.

This commit is contained in:
2021-12-11 11:19:10 +00:00
parent c2a30fb868
commit b3a41d4737
+1
View File
@@ -135,6 +135,7 @@ func (s *Setup) CalculateSemver() SemVer {
if commit.Hash == tagHash.Hash {
debugPrint(fmt.Sprintln("Found existing tag:", tagHash.Name, "related to", commit.Message))
s.Semver = parseExistingSemver(tagHash.Name)
continue
}
}
}