ungoogled-software/ungoogled-chromium

Add platform to the release tag

Open

#3296 opened on Apr 30, 2025

View on GitHub
 (9 comments) (0 reactions) (0 assignees)Python (18,674 stars) (771 forks)batch import
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

Contributor guide