El dimecres, 2 de maig de 2018, a les 5:20:24 CEST, Nate Graham va escriure: > Hello release team! > > See https://bugs.kde.org/show_bug.cgi?id=390195 > > Would it be possible to automatically add <release> tags to KDE apps' > appstream metadata files as a part of our release process? The tags only > need to contain version numbers and release dates, so hopefully this is > possible to do programmatically.
version can be either easy (if you want to use 18.04.1 for everything) or a bit more complicated if you actually want to use okular 1.4.1 but both are doable (for the second see the code in add-bugzilla-versions) Date seems hard since it seems something we have to remember doing manually and that's never good :D Anyhow, code for the release scripts we use for KDE Applications is at https://cgit.kde.org/sysadmin/release-tools.git/ Patches welcome :) Cheers, Albert > > This is particularly important for our apps that are distributed with > Flatpak, since for Flatpak this metadata is required for software center > apps like Discover to be able to display the app's version number. > > > Nate
