The new lint PR check is preventing me from releasing an update, but it seems there’s only warnings…
{
"errors": [
"appstream-failed-validation"
],
"warnings": [
"appstream-summary-too-long"
],
"appstream": [
"W: com.zquestclassic.ZQuest.desktop:~: releases-not-in-order 2.55-alpha-119 << nightly-2023-09-26-2",
"W: com.zquestclassic.ZQuest.desktop:~: releases-not-in-order 2.55-alpha-116 << nightly-2023-07-19"
],
"message": "Please consult the documentation at https://docs.flathub.org/docs/for-app-authors/linter"
}
- Since “appstream” only has
W
warning failures, shouldn’tappstream-failed-validation
not be present? - The
releases-not-in-order
seems to be based on the version name, but that doesn’t work here for my use case… the releases in this PR are now in date order, but the lint rule seems to ignore that! I could “fix” the lint error and provide the wrong order, if I must do so to publish a release. But I’d rather not.