[PR #3638] [MERGED] chore: prerelease workflow #4928

Closed
opened 2026-03-13 12:04:31 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/3638
Author: @Bekacru
Created: 7/26/2025
Status: Merged
Merged: 7/28/2025
Merged by: @Bekacru

Base: nextHead: chore/pre-release


📝 Commits (3)

📊 Changes

4 files changed (+59 additions, -2 deletions)

View changed files

📝 .changeset/config.json (+5 -2)
📝 .github/changeset-version.js (+1 -0)
.github/prerelease.js (+5 -0)
.github/workflows/prerelease.yml (+48 -0)

📄 Description

Summary by cubic

Added a pre-release workflow that automates versioning and publishing of pre-release packages when changes are pushed to the next branch.

  • Dependencies
    • Introduced a GitHub Actions workflow and script to handle pre-release versioning and publishing using Changesets and pnpm.

🔄 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/3638 **Author:** [@Bekacru](https://github.com/Bekacru) **Created:** 7/26/2025 **Status:** ✅ Merged **Merged:** 7/28/2025 **Merged by:** [@Bekacru](https://github.com/Bekacru) **Base:** `next` ← **Head:** `chore/pre-release` --- ### 📝 Commits (3) - [`971dac3`](https://github.com/better-auth/better-auth/commit/971dac3f302f50b4188a1d7b986af88829b6d538) chore: pre-release workflow - [`ba19c78`](https://github.com/better-auth/better-auth/commit/ba19c786790b608c318b4ed0b41489f42504fcee) chore: fix - [`4239fba`](https://github.com/better-auth/better-auth/commit/4239fbac9f9be0e845f3c4a9da19a9a2a163a38e) update ### 📊 Changes **4 files changed** (+59 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `.changeset/config.json` (+5 -2) 📝 `.github/changeset-version.js` (+1 -0) ➕ `.github/prerelease.js` (+5 -0) ➕ `.github/workflows/prerelease.yml` (+48 -0) </details> ### 📄 Description <!-- This is an auto-generated description by cubic. --> ## Summary by cubic Added a pre-release workflow that automates versioning and publishing of pre-release packages when changes are pushed to the next branch. - **Dependencies** - Introduced a GitHub Actions workflow and script to handle pre-release versioning and publishing using Changesets and pnpm. <!-- 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 12:04:31 -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#4928