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

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

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/7027
Author: @Bekacru
Created: 12/27/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 script to cherry-pick commits from canary onto main and bump the version for a release. Adds a new package.json command to run it.

  • New Features

    • Detects commits unique to canary since the last tag (using stable patch-id).
    • Lets you select commits to cherry-pick and applies them oldest first.
    • Guides conflict resolution with continue/skip/abort prompts.
    • Runs bumpp after successful cherry-picks; adds "release:cherry-pick" to package.json.
  • Migration

    • Run: pnpm release:cherry-pick and follow the prompts.

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/7027 **Author:** [@Bekacru](https://github.com/Bekacru) **Created:** 12/27/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 script to cherry-pick commits from canary onto main and bump the version for a release. Adds a new package.json command to run it. - **New Features** - Detects commits unique to canary since the last tag (using stable patch-id). - Lets you select commits to cherry-pick and applies them oldest first. - Guides conflict resolution with continue/skip/abort prompts. - Runs bumpp after successful cherry-picks; adds "release:cherry-pick" to package.json. - **Migration** - Run: pnpm release:cherry-pick and follow the prompts. <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-04-15 22:04:16 -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#23933