ungoogled-software/ungoogled-chromium

Add platform to the release tag

开放

#3,296 创建于 2025年4月30日

 (9 条评论) (0 个反应) (0 位负责人)Python (771 个派生)batch import
enhancementhelp wanted

仓库指标

星标
 (18,674 个星标)
PR 合并指标
 (平均合并 1天 11小时) (30 天内合并 9 个 PR)

描述

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

贡献者指南