Create Forgejo releases? #842

Open
opened 2025-05-30 09:11:57 +00:00 by getchoo · 0 comments

It can be a bit annoying to track Lix releases when interacting with the Forgejo web UI and API, as there aren't any actual releases -- only tags

Describe the solution you'd like

An accompanying Forgejo release is created for each (release) tag

Describe alternatives you've considered

Adding support for querying tags over releases in downstream tooling

Additional context

https://forgejo.org/docs/latest/user/releases/#what-are-releases

I'm trying to use Rime as a way to track the latest stable release of Lix in my Flake inputs. It determines this based on Forgejo's /repos/:owner/:name/releases endpoint, which obviously won't work without releases. Plus, I think it'd be nice to have a clearer release history to look at rather than regular Git tags as time goes on

## Is your feature request related to a problem? Please describe. It can be a bit annoying to track Lix releases when interacting with the Forgejo web UI and API, as there aren't any actual releases -- only tags ## Describe the solution you'd like An accompanying Forgejo release is created for each (release) tag ## Describe alternatives you've considered Adding support for querying tags over releases in downstream tooling ## Additional context https://forgejo.org/docs/latest/user/releases/#what-are-releases I'm trying to use [Rime](https://github.com/cafkafk/rime) as a way to track the latest stable release of Lix in my Flake inputs. It determines this [based on](https://github.com/cafkafk/rime/blob/b84f6795d0dec05651a315a67f9e76c9b17861e1/src/api/v1/forges/forgejo.rs#L56C32-L56C52) Forgejo's `/repos/:owner/:name/releases` endpoint, which obviously won't work without releases. Plus, I think it'd be nice to have a clearer release history to look at rather than regular Git tags as time goes on
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: lix-project/lix#842
No description provided.