Skip to content

cmd/release: fix GH release creation for minor releases#388

Merged
joestringer merged 1 commit intomainfrom
pr/fix-release-minor
Feb 9, 2026
Merged

cmd/release: fix GH release creation for minor releases#388
joestringer merged 1 commit intomainfrom
pr/fix-release-minor

Conversation

@aanm
Copy link
Copy Markdown
Member

@aanm aanm commented Feb 5, 2026

When creating a GH release, the GH request would silently failed due to the missing check of an error when performing this request. Also, because the message could pass the max size of a body message for releases, the release announcement for minor releases will be the same as the PR body and it will be up for the maintainers to modify the message manually.

When creating a GH release, the GH request would silently failed due to
the missing check of an error when performing this request.
Also, because the message could pass the max size of a body message for
releases, the release announcement for minor releases will be the same
as the PR body and it will be up for the maintainers to modify the
message manually.

Signed-off-by: André Martins <andre@cilium.io>
@aanm aanm requested a review from joestringer February 5, 2026 14:53
@joestringer joestringer merged commit 85cd002 into main Feb 9, 2026
1 check passed
@joestringer joestringer deleted the pr/fix-release-minor branch February 9, 2026 23:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants