Closed rhysd closed 6 years ago
If releases are not in descending order like following:
v1.1.1
v1.2.0
v1.1.0
DetectLatest() cannot get the latest (v1.2.0). It returns v1.1.1 as the latest.
DetectLatest()
If releases are not in descending order like following:
v1.1.1
v1.2.0
v1.1.0
DetectLatest()
cannot get the latest (v1.2.0
). It returnsv1.1.1
as the latest.