health-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Health-dev] Continuing the metainfo thread


From: Alessio
Subject: [Health-dev] Continuing the metainfo thread
Date: Wed, 19 Jan 2022 12:47:43 +0000

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.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]