[PR #360] [MERGED] feat(publish): create draft GitHub release with AI-generated notes #510

Closed
opened 2026-05-06 13:08:27 +02:00 by BreizhHardware · 0 comments

📋 Pull Request Information

Original PR: https://github.com/cloudflare/vinext/pull/360
Author: @james-elicx
Created: 3/8/2026
Status: Merged
Merged: 3/9/2026
Merged by: @james-elicx

Base: mainHead: fix/github-release-draft


📝 Commits (3)

  • be2e135 feat(publish): create draft GitHub release with AI-generated notes
  • 2fc1eff feat(publish): improve release notes prompt with categories and contributor credits
  • 7539945 fix(publish): harden release notes quoting and add continue-on-error

📊 Changes

1 file changed (+19 additions, -5 deletions)

View changed files

📝 .github/workflows/publish.yml (+19 -5)

📄 Description

Summary

  • Adds a Create GitHub Release step to the publish workflow, placed after the tag push and AI summary generation
  • Release is created as a draft so it can be reviewed and published manually
  • Uses the AI-generated bullet points as the release body (falls back to a commit log URL if AI is unavailable)
  • Uses ${{ github.token }} with the existing contents: write permission — no new secrets required

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/cloudflare/vinext/pull/360 **Author:** [@james-elicx](https://github.com/james-elicx) **Created:** 3/8/2026 **Status:** ✅ Merged **Merged:** 3/9/2026 **Merged by:** [@james-elicx](https://github.com/james-elicx) **Base:** `main` ← **Head:** `fix/github-release-draft` --- ### 📝 Commits (3) - [`be2e135`](https://github.com/cloudflare/vinext/commit/be2e135879ca1a1006e0046d787783a05b6e7add) feat(publish): create draft GitHub release with AI-generated notes - [`2fc1eff`](https://github.com/cloudflare/vinext/commit/2fc1eff601b6aa2ee9bb982c46f3729a2716a0c9) feat(publish): improve release notes prompt with categories and contributor credits - [`7539945`](https://github.com/cloudflare/vinext/commit/75399453a4fca9a74ad674ea685307324bf1996d) fix(publish): harden release notes quoting and add continue-on-error ### 📊 Changes **1 file changed** (+19 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/publish.yml` (+19 -5) </details> ### 📄 Description ## Summary - Adds a `Create GitHub Release` step to the publish workflow, placed after the tag push and AI summary generation - Release is created as a **draft** so it can be reviewed and published manually - Uses the AI-generated bullet points as the release body (falls back to a commit log URL if AI is unavailable) - Uses `${{ github.token }}` with the existing `contents: write` permission — no new secrets required --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
BreizhHardware 2026-05-06 13:08:27 +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
starred/vinext#510
No description provided.