ungoogled-software/ungoogled-chromium

Add platform to the release tag

Open

#3,296 opened on 2025年4月30日

GitHub で見る
 (9 comments) (0 reactions) (0 assignees)Python (18,674 stars) (771 forks)batch import
enhancementhelp wanted

説明

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

コントリビューターガイド

Add platform to the release tag · ungoogled-software/ungoogled-chromium#3296 | Good First Issue