solo-io / go-utils

golang utilities
Apache License 2.0
110 stars 18 forks source link

Add Latest Release by Semver #438

Closed saiskee closed 3 years ago

saiskee commented 3 years ago

This method will get the latest release by Semantic versioning from a github repo. Other methods, such as FindLatestReleaseTag and FindLatestReleaseTagIncudingPrerelease only find latest releases by chronological order, which may not be appropriate if a backport v1.6.x was released after a v1.7.0-betax.