[PR #6969] [CLOSED] chore: add cherry-pick release script and update package.json #6999

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

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/6969
Author: @Bekacru
Created: 12/24/2025
Status: Closed

Base: canaryHead: chore/add-cherry-pick


📝 Commits (1)

  • a118856 chore: add cherry-pick release script and update package.json

📊 Changes

2 files changed (+267 additions, -0 deletions)

View changed files

📝 package.json (+1 -0)
scripts/release-from-canary.sh (+266 -0)

📄 Description

Summary by cubic

Adds an interactive cherry-pick release tool to promote selected canary commits to main and auto-bump the version. Adds a package.json command to run it.

  • New Features
    • New scripts/release-from-canary.sh: finds commits on canary not on main since the last tag (via patch-id), lets you select which to cherry-pick, and guides conflict resolution.
    • Automatically checks out main, pulls latest, cherry-picks oldest-first, then runs pnpm bumpp; if nothing to cherry-pick, it runs bumpp directly.
    • Adds "release:cherry-pick" to package.json to run the tool.

Written for commit a118856e7b. Summary will update automatically 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/6969 **Author:** [@Bekacru](https://github.com/Bekacru) **Created:** 12/24/2025 **Status:** ❌ Closed **Base:** `canary` ← **Head:** `chore/add-cherry-pick` --- ### 📝 Commits (1) - [`a118856`](https://github.com/better-auth/better-auth/commit/a118856e7b7e500514322fefaceb1f3477bd460e) chore: add cherry-pick release script and update package.json ### 📊 Changes **2 files changed** (+267 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+1 -0) ➕ `scripts/release-from-canary.sh` (+266 -0) </details> ### 📄 Description <!-- This is an auto-generated description by cubic. --> ## Summary by cubic Adds an interactive cherry-pick release tool to promote selected canary commits to main and auto-bump the version. Adds a package.json command to run it. - **New Features** - New scripts/release-from-canary.sh: finds commits on canary not on main since the last tag (via patch-id), lets you select which to cherry-pick, and guides conflict resolution. - Automatically checks out main, pulls latest, cherry-picks oldest-first, then runs pnpm bumpp; if nothing to cherry-pick, it runs bumpp directly. - Adds "release:cherry-pick" to package.json to run the tool. <sup>Written for commit a118856e7b7e500514322fefaceb1f3477bd460e. Summary will update automatically 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:20:46 -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#6999