AustinWise / smeagol

A simple wiki
https://smeagol.dev/
MIT License
27 stars 5 forks source link

Patch release for older versions can break latest version detection of install scripts. #40

Open AustinWise opened 2 years ago

AustinWise commented 2 years ago

The latest release API is documented to return the most recent release based on creation time. This means that if I make a patch for an old version, that will now be considered the "latest version".

So install scripts need to get a list of versions and pick the one with the highest version number.