You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When adding a potentially breaking change to the linter:
Add it to the deprecations (does not exist yet)
The deprecations field in the output should be a dict consisting of key: date mapping.
The date should be at least a month in the future at the time the change is merged.
To discuss: the linter could automatically bump the deprecation to an error based on the date, so we don't need to remember and merge this into multiple places.
Post-merge, the deprecation has to be announced at https://docs.flathub.org/blog/. The post should include what to change in the manifest/other files, and when it will become a blocking check.
Post-merge, we need to create issues for affected apps, and link back to the blog post. (TODO: figure out how to do this efficiently)
The text was updated successfully, but these errors were encountered:
Dumping it here for initial discussion.
When adding a potentially breaking change to the linter:
key: date
mapping.The text was updated successfully, but these errors were encountered: