[PR #8950] [MERGED] fix(ci): mark test packages as private and remove duplicate beta title suffix #25220

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

📋 Pull Request Information

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

Base: mainHead: fix/release-workflow-cleanup


📝 Commits (1)

  • 3b66db9 fix(ci): mark test packages as private and remove duplicate beta title suffix

📊 Changes

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

View changed files

📝 .github/workflows/release.yml (+2 -2)
📝 e2e/integration/package.json (+1 -0)
📝 e2e/smoke/package.json (+1 -0)

📄 Description

Summary

  • Mark @better-auth-test/integration and @better-auth-test/smoke as private: true — fixes the ERR_PNPM_PACKAGE_VERSION_NOT_FOUND error during publish
  • Remove conditional (beta) suffix from Version Packages PR title — changesets/action already appends the pre-release tag, causing double (beta) (beta)

Summary by cubic

Fix release workflow by preventing test packages from being published and removing duplicate "(beta)" in Version Packages PR title/commit.

  • Bug Fixes
    • Set private: true in @better-auth-test/integration and @better-auth-test/smoke to avoid ERR_PNPM_PACKAGE_VERSION_NOT_FOUND during publish.
    • Make changesets/action title/commit static ("chore: version packages") since it already adds the pre-release tag, preventing (beta) (beta).

Written for commit 3b66db9f54. 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/8950 **Author:** [@gustavovalverde](https://github.com/gustavovalverde) **Created:** 4/4/2026 **Status:** ✅ Merged **Merged:** 4/4/2026 **Merged by:** [@gustavovalverde](https://github.com/gustavovalverde) **Base:** `main` ← **Head:** `fix/release-workflow-cleanup` --- ### 📝 Commits (1) - [`3b66db9`](https://github.com/better-auth/better-auth/commit/3b66db9f547668d938cea289ea69713c4dc5f15d) fix(ci): mark test packages as private and remove duplicate beta title suffix ### 📊 Changes **3 files changed** (+4 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/release.yml` (+2 -2) 📝 `e2e/integration/package.json` (+1 -0) 📝 `e2e/smoke/package.json` (+1 -0) </details> ### 📄 Description ## Summary - Mark `@better-auth-test/integration` and `@better-auth-test/smoke` as `private: true` — fixes the `ERR_PNPM_PACKAGE_VERSION_NOT_FOUND` error during publish - Remove conditional `(beta)` suffix from Version Packages PR title — `changesets/action` already appends the pre-release tag, causing double `(beta) (beta)` <!-- This is an auto-generated description by cubic. --> --- ## Summary by cubic Fix release workflow by preventing test packages from being published and removing duplicate "(beta)" in Version Packages PR title/commit. - **Bug Fixes** - Set `private: true` in `@better-auth-test/integration` and `@better-auth-test/smoke` to avoid `ERR_PNPM_PACKAGE_VERSION_NOT_FOUND` during publish. - Make `changesets/action` title/commit static (`"chore: version packages"`) since it already adds the pre-release tag, preventing `(beta) (beta)`. <sup>Written for commit 3b66db9f547668d938cea289ea69713c4dc5f15d. 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-04-15 22:46:20 -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#25220