Include annotated tag message in Forgejo release body #43

Closed
opened 2026-05-10 08:15:59 +02:00 by heiko · 0 comments
Owner

Currently the release body is only populated with deb/rpm install instructions. The annotated tag message (which typically contains the changelog generated by set-tag) is never retrieved or passed through to the Forgejo release.

The enhancement should:

  1. Retrieve the annotated tag message (e.g. via git tag -l --format=%(contents) <tag>).
  2. Include it in ri.Description when creating the release, prepended before any install instructions.

This makes the changelog visible directly on the Forgejo release page.

Currently the release body is only populated with deb/rpm install instructions. The annotated tag message (which typically contains the changelog generated by `set-tag`) is never retrieved or passed through to the Forgejo release. The enhancement should: 1. Retrieve the annotated tag message (e.g. via `git tag -l --format=%(contents) <tag>`). 2. Include it in `ri.Description` when creating the release, prepended before any install instructions. This makes the changelog visible directly on the Forgejo release page.
heiko added this to the 1.0 milestone 2026-05-10 08:15:59 +02:00
heiko closed this issue 2026-05-10 09:26:52 +02:00
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
heiko/gogogo#43
No description provided.