[PR #8063] [MERGED] chore: update release.md #7719

Closed
opened 2026-03-13 13:47:05 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/8063
Author: @himself65
Created: 2/19/2026
Status: Merged
Merged: 2/19/2026
Merged by: @himself65

Base: canaryHead: himself65/2026/02/19/fix


📝 Commits (3)

📊 Changes

1 file changed (+53 additions, -0 deletions)

View changed files

📝 .claude/rules/release.md (+53 -0)

📄 Description

Summary by cubic

Updated release.md with step-by-step cherry-picking rules and commands for backporting from canary to stable branches. This reduces conflicts and keeps release branches consistent.

  • Migration
    • Verify API compatibility and adjust imports when backporting.
    • On conflicts, keep both versions if they add different tests/features; update types if needed.
    • Skip commits that depend on missing features in the target branch.
    • Squash compatibility fixes into the original commit; documented fixup and autosquash commands.
    • For fix → revert → revert-of-revert chains, cherry-pick only the original fix.
    • Run pnpm typecheck, pnpm lint, and pnpm vitest on affected files; remove tests for unavailable features.

Written for commit 3488f2b232. Summary will update on new commits.


🔄 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/8063 **Author:** [@himself65](https://github.com/himself65) **Created:** 2/19/2026 **Status:** ✅ Merged **Merged:** 2/19/2026 **Merged by:** [@himself65](https://github.com/himself65) **Base:** `canary` ← **Head:** `himself65/2026/02/19/fix` --- ### 📝 Commits (3) - [`dc5f959`](https://github.com/better-auth/better-auth/commit/dc5f9594fed5a4b02c32eccec866efd1841ef8f4) chore: update release.md - [`a9e6aa3`](https://github.com/better-auth/better-auth/commit/a9e6aa320861ee5bfbd5b3befb3900bd497cc476) chore: update release.md - [`3488f2b`](https://github.com/better-auth/better-auth/commit/3488f2b23228086219e62485e1411a81e35ed69b) chore: update release.md ### 📊 Changes **1 file changed** (+53 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `.claude/rules/release.md` (+53 -0) </details> ### 📄 Description <!-- This is an auto-generated description by cubic. --> ## Summary by cubic Updated release.md with step-by-step cherry-picking rules and commands for backporting from canary to stable branches. This reduces conflicts and keeps release branches consistent. - **Migration** - Verify API compatibility and adjust imports when backporting. - On conflicts, keep both versions if they add different tests/features; update types if needed. - Skip commits that depend on missing features in the target branch. - Squash compatibility fixes into the original commit; documented fixup and autosquash commands. - For fix → revert → revert-of-revert chains, cherry-pick only the original fix. - Run pnpm typecheck, pnpm lint, and pnpm vitest on affected files; remove tests for unavailable features. <sup>Written for commit 3488f2b23228086219e62485e1411a81e35ed69b. Summary will update on new commits.</sup> <!-- End of auto-generated description by cubic. --> --- <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-03-13 13:47:05 -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#7719