[PR #9066] [MERGED] fix(ci): rename release PR with actual version #25313

Closed
opened 2026-04-15 22:49:39 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/9066
Author: @gustavovalverde
Created: 4/9/2026
Status: Merged
Merged: 4/10/2026
Merged by: @gustavovalverde

Base: mainHead: fix/release-notes-review-fixes


📝 Commits (2)

  • d10b0f4 fix(ci): rename release PR with actual version number
  • 334ba8d fix(ci): make release PR rename step non-blocking

📊 Changes

1 file changed (+14 additions, -7 deletions)

View changed files

📝 .github/workflows/release.yml (+14 -7)

📄 Description

Summary

  • Renames the changesets release PR from static "chore: version packages" to "chore: release vX.Y.Z"
  • Switches AI rewrite step from claude-code-action to claude-code-action/base-action — the main action rejects push events with "Unsupported event type: push", which is why the AI rewrite has never worked on automated releases
  • Removes allowed_bots and github_token (not needed by base-action)

🔄 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/better-auth/better-auth/pull/9066 **Author:** [@gustavovalverde](https://github.com/gustavovalverde) **Created:** 4/9/2026 **Status:** ✅ Merged **Merged:** 4/10/2026 **Merged by:** [@gustavovalverde](https://github.com/gustavovalverde) **Base:** `main` ← **Head:** `fix/release-notes-review-fixes` --- ### 📝 Commits (2) - [`d10b0f4`](https://github.com/better-auth/better-auth/commit/d10b0f42648ce01afe93c3640ad1bcf59fa5025c) fix(ci): rename release PR with actual version number - [`334ba8d`](https://github.com/better-auth/better-auth/commit/334ba8d637bd1a6810dd6148a041d1dd998826e8) fix(ci): make release PR rename step non-blocking ### 📊 Changes **1 file changed** (+14 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/release.yml` (+14 -7) </details> ### 📄 Description ## Summary - Renames the changesets release PR from static "chore: version packages" to "chore: release vX.Y.Z" - Switches AI rewrite step from `claude-code-action` to `claude-code-action/base-action` — the main action rejects `push` events with "Unsupported event type: push", which is why the AI rewrite has never worked on automated releases - Removes `allowed_bots` and `github_token` (not needed by base-action) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-15 22:49:39 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/better-auth#25313