Skip to content

chore: upgrade publish plugin version#337

Merged
Tecvan-fe merged 1 commit into
mainfrom
chore/upgrade-publish-plugin
May 18, 2026
Merged

chore: upgrade publish plugin version#337
Tecvan-fe merged 1 commit into
mainfrom
chore/upgrade-publish-plugin

Conversation

@Tecvan-fe

@Tecvan-fe Tecvan-fe commented May 18, 2026

Copy link
Copy Markdown
Collaborator

Summary by CodeRabbit

  • Chores

    • Updated publish plugin dependency to an alpha version.
  • New Features

    • Added --branch-prefix parameter to customize git branch naming.
    • Added --release flag for direct package publishing with alpha/beta versioning.
    • Added --registry parameter to specify npm registry URL.
    • Added --allow-branches parameter to whitelist permitted branches for releases.

Review Change Stack

@coderabbitai

coderabbitai Bot commented May 18, 2026

Copy link
Copy Markdown

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 73b7ca98-1008-484d-ae1c-ecaab96dc8e1

📥 Commits

Reviewing files that changed from the base of the PR and between 0037049 and e601dff.

⛔ Files ignored due to path filters (1)
  • common/autoinstallers/plugins/pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
📒 Files selected for processing (2)
  • common/autoinstallers/plugins/package.json
  • common/autoinstallers/plugins/rush-plugins/@coze-arch/rush-publish-plugin/@coze-arch/rush-publish-plugin/command-line.json

📝 Walkthrough

Walkthrough

The PR updates the Rush publish plugin dependency to an alpha version and extends its CLI schema with four new parameters: --branch-prefix and --release flags for direct package publishing, and --registry and --allow-branches options for configurable release behavior.

Changes

Rush Publish Plugin Update

Layer / File(s) Summary
Plugin dependency version update
common/autoinstallers/plugins/package.json
The @coze-arch/rush-publish-plugin dependency is updated from 0.0.5 to 0.0.5-alpha.6708a5.
CLI parameter schema additions
common/autoinstallers/plugins/rush-plugins/@coze-arch/rush-publish-plugin/@coze-arch/rush-publish-plugin/command-line.json
The CLI configuration adds --branch-prefix (string) and --release (flag) options for the pub command, and --registry (string) and --allow-branches (string list) options for release/publish behavior.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~8 minutes

Possibly related PRs

  • coze-dev/coze-js#268: Modifies the same command-line.json file to change parameter types for --to/--from/--only options in the pub command schema.

Poem

🐰 A plugin hops to alpha light,
With branches blessed and registries bright,
New flags to guide the publish spree,
Release control, now wild and free! ✨

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title 'chore: upgrade publish plugin version' directly and clearly summarizes the main change: upgrading the @coze-arch/rush-publish-plugin dependency from 0.0.5 to 0.0.5-alpha.6708a5.
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/upgrade-publish-plugin

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.

@Tecvan-fe Tecvan-fe enabled auto-merge May 18, 2026 03:53
@Tecvan-fe Tecvan-fe disabled auto-merge May 18, 2026 07:09
@Tecvan-fe Tecvan-fe merged commit 0023db5 into main May 18, 2026
7 checks passed
@Tecvan-fe Tecvan-fe deleted the chore/upgrade-publish-plugin branch May 18, 2026 07:09
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.

2 participants