ungoogled-software/ungoogled-chromium
View on GitHubAdd platform to the release tag
Open
#3296 opened on Apr 30, 2025
enhancementhelp wanted
Description
Description
Currently, the release tag only includes the version number with no information about which platform it is meant for.
Who's implementing?
- I'm willing to implement this feature myself
The problem
The release tag not containing information about the platform makes it difficult to figure out which version is the latest for a given platform.
Possible solutions
Release tag includes platform information. So instead of 136.0.7103.59-1 it'd be 136.0.7103.59-1-linux and 136.0.7103.49-1 would be 136.0.7103.49-1-win and 136.0.7103.49-1-mac. This makes it easy on the Flathub side to filter the tag by platform first and then get the latest amongst them.
Alternatives
No response
Additional context
No response