flathub-infra / flatpak-external-data-checker

A tool for checking if the external data used in Flatpak manifests is still up to date
GNU General Public License v2.0
115 stars 34 forks source link

Globally support semver #374

Open hfiguiere opened 1 year ago

hfiguiere commented 1 year ago

There are many case where you want SemVer. Not just te git checker or the HTML checker.

Case in point: https://github.com/flathub/org.kde.krita/pull/404

This PR from flathubbot did select semver breaking versions with anitya. Causing breakages (one of them went unnoticed).

Also ideally we'd make it default.

hfiguiere commented 1 year ago

Also this would help avoiding this kind of PR:

https://github.com/flathub/io.github.muse_sequencer.Muse/pull/7

tl;dr, package is at 4.2 but anitya still at 4.1. Semver would tell us "this is higher don't bother"