Skip to content

chore: Remove the one-shot CLI release version override now that 3.0.0-beta.31 shipped#1327

Merged
hatayama merged 1 commit into
v3-betafrom
chore/remove-cli-release-as-override
Jun 13, 2026
Merged

chore: Remove the one-shot CLI release version override now that 3.0.0-beta.31 shipped#1327
hatayama merged 1 commit into
v3-betafrom
chore/remove-cli-release-as-override

Conversation

@hatayama

@hatayama hatayama commented Jun 13, 2026

Copy link
Copy Markdown
Owner

Summary

User Impact

  • None at runtime. Without this cleanup, every future CLI release would be pinned to 3.0.0-beta.31; the next CLI release now computes normally from the manifest (3.0.0-beta.32 and onward).

Verification

  • scripts/test-release-please-config.sh: green

Review in cubic

cli-v3.0.0-beta.31 is published and the manifest now records it, so
keeping release-as would pin every future CLI release to the same
version. The next CLI release computes normally from the manifest
again.
@coderabbitai

coderabbitai Bot commented Jun 13, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 1d893f0d-5d1c-4af5-b60c-ead3182e6e92

📥 Commits

Reviewing files that changed from the base of the PR and between 7f30d7e and a049099.

📒 Files selected for processing (1)
  • release-please-config.json
💤 Files with no reviewable changes (1)
  • release-please-config.json

📝 Walkthrough

Walkthrough

The release-as override that pinned the CLI package to version 3.0.0-beta.31 is removed from release-please-config.json, enabling the CLI package to use automatic versioning based on its configured release-type and other settings instead of a hardcoded release tag.

Changes

CLI Release Configuration

Layer / File(s) Summary
Remove CLI release-as override
release-please-config.json
The "release-as": "3.0.0-beta.31" field is removed from the packages.cli configuration, allowing the CLI package to be versioned automatically according to its release-type setting.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

  • hatayama/unity-cli-loop#1104: Removing the release-as override for packages.cli in release-please-config.json is directly related to the release sync changes because the new sync script/workflows derive per-package release tags from release-please-config.json (including tag composition flags), so the CLI package tag format will change.
  • hatayama/unity-cli-loop#1017: The main PR's removal of the release-as pin in release-please-config.json is part of the same v3 beta release automation setup that the retrieved PR updates in the Release-Please/npm publish workflows.
  • hatayama/unity-cli-loop#1089: Both PRs modify release-please-config.json's packages.cli release settings (main removes the release-as override, retrieved retargets the CLI release to the repo root and updates related release-please manifest/scripts), so they're directly connected at the release-configuration level.
🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title accurately and specifically describes the main change: removing a temporary release version override for the CLI package now that version 3.0.0-beta.31 has shipped.
Description check ✅ Passed The description is directly related to the changeset, explaining why the temporary release override is being removed and its impact on future releases.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/remove-cli-release-as-override

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@hatayama
hatayama merged commit 1b1b89b into v3-beta Jun 13, 2026
4 checks passed
@hatayama
hatayama deleted the chore/remove-cli-release-as-override branch June 13, 2026 01:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant