ui: add releasever to PackageVersion
Some checks failed
deploy-ui / build-and-deploy (push) Has been cancelled

This commit is contained in:
2026-07-02 07:51:34 +00:00
parent 24a9d1b415
commit 6884a7992b

View File

@@ -18,6 +18,9 @@ export interface PackageVersion {
changelog: ChangelogEntry[];
channel: Channel;
baseUrl: string;
// Fedora releasever ("43", "44", ...) — attached at fetch time from the
// tree each manifest was loaded from (manifests are per-releasever).
releasever: string;
}
export interface PackagesManifest {