Hello all. Continuing this thread https://lists.gnu.org/archive/html/health/2022-01/msg00015.html
As far as I can understand, the metainfo.xml file shuld include the <releases> tag, and inside this one, the <release> child tag should be added for each new version. Reference: https://freedesktop.org/software/appstream/docs/chap-Metadata.html#tag-releases Looking at the documentation, it could seem very complex, but a snippet like this (for eache version) is sufficient: <release version="1.0.6" date="2022-01-XX"> <description> <p>Release of version: 1.0.6</p> </description> <url>https://pypi.org/project/MyGNUHealth/1.0.6</url> </release> Ideally the <url> child tag (not to be confused with https://freedesktop.org/software/appstream/docs/chap-Metadata.html#tag-url ), should point to a changelog web page. Thank you. A.