ui: add releasever to PackageVersion
Some checks failed
deploy-ui / build-and-deploy (push) Has been cancelled
Some checks failed
deploy-ui / build-and-deploy (push) Has been cancelled
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user