fmartinou / whats-up-docker

What's up Docker ( aka WUD ) gets you notified when a new version of your Docker Container is available.
https://fmartinou.github.io/whats-up-docker
MIT License
1.02k stars 33 forks source link

how do I create the correct semver version #152

Closed ranrinc closed 2 years ago

ranrinc commented 2 years ago

Recently snapdrop change its semver ID from version-53894646 into version-a96dde25 how do I fix WUD so it will get the latest version?

fmartinou commented 2 years ago

If the string is based on the SHA-1 of the git commit, there is no way to distinguish which is the newest ☹️ . Maybe try to contact the developper of snapdrop to understand his release naming logic? And maybe convince him to move to a standardized semver versioning? 😀