[PR #412] [MERGED] fix: tag GitHub @usernames in release notes, publish release directly #552

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

📋 Pull Request Information

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

Base: mainHead: fix/release-notes-contributor-tags


📝 Commits (3)

  • 6eadcf6 fix: tag GitHub @usernames in release notes, publish release directly
  • 853fe9c fix: move contributor mentions to end-only Contributors section
  • 5425a6a fix: trim SHA to 7 chars in commits.txt sent to AI

📊 Changes

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

View changed files

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

📄 Description

Summary

  • Resolves GitHub usernames via the API for each commit so contributors are tagged as @username (rendered as clickable mentions) instead of their full git author name
  • Removes --draft from gh release create so releases are published immediately on version bump

🔄 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/412 **Author:** [@james-elicx](https://github.com/james-elicx) **Created:** 3/10/2026 **Status:** ✅ Merged **Merged:** 3/10/2026 **Merged by:** [@james-elicx](https://github.com/james-elicx) **Base:** `main` ← **Head:** `fix/release-notes-contributor-tags` --- ### 📝 Commits (3) - [`6eadcf6`](https://github.com/cloudflare/vinext/commit/6eadcf664de240c55349b49e50e18707009c3f8b) fix: tag GitHub @usernames in release notes, publish release directly - [`853fe9c`](https://github.com/cloudflare/vinext/commit/853fe9cd7e0058bec0d56cb9b7b47a2f3b2d80c5) fix: move contributor mentions to end-only Contributors section - [`5425a6a`](https://github.com/cloudflare/vinext/commit/5425a6a34a3278921ee77c96455c8e7a7989328d) fix: trim SHA to 7 chars in commits.txt sent to AI ### 📊 Changes **1 file changed** (+18 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/publish.yml` (+18 -5) </details> ### 📄 Description ## Summary - Resolves GitHub usernames via the API for each commit so contributors are tagged as `@username` (rendered as clickable mentions) instead of their full git author name - Removes `--draft` from `gh release create` so releases are published immediately on version bump --- <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:43 +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#552
No description provided.