Skip to content

fix(gir-scraper): distinguish between API and release versions

Andy Holmes requested to merge andyholmes/fix-versioning into gnome

Everytime the application was rebuilt, it would pull in the latest minor or micro release and disable users' docs they had selected.

Properly distinguish between API version (e.g. 4.0) and release version (e.g. 4.8.2) to avoid that happening, while retaining the same information.

Merge request reports