Skip to content

chore: config v9 release workflow#601

Merged
yangxiaolang merged 2 commits intorelease/v9from
chore/configure-v9-release-workflow
May 8, 2026
Merged

chore: config v9 release workflow#601
yangxiaolang merged 2 commits intorelease/v9from
chore/configure-v9-release-workflow

Conversation

@yangxiaolang
Copy link
Copy Markdown
Collaborator

release/v9 发布逻辑总结:

  • 正式发布:
    • release PR 分支:changeset-release/release/v9
    • release PR 标题:chore: release @alauda/ui v9
    • changeset base branch:release/v9
    • 当前版本从 9.1.2 继续递增,例如 patch changeset 会发布 9.1.3
    • npm tag:v9
    • 不会更新 latest
  • PR beta 发布:
    • 触发:PR target 是 release/v9
    • workflow 使用:PUBLISH_VERSION=v9-beta
    • 版本号计算:基于 package.json.version 和 npm 已发布 versions
    • 如果已有 9.1.3-beta.3,下一次发布 9.1.3-beta.4
    • npm tag:v9-beta
    • 不使用也不覆盖全局 beta
    • 不会更新 latest
  • 构建:
    • release/v9 仍是 Yarn 1
    • 保留 prerelease: yarn build
    • release: changeset publish --tag v9
    • Yarn 1 会在 yarn release 前自动执行 prerelease
  • 隔离关系:
    • master 发布 v10+,使用 latest
    • release/v9 发布 v9.x,使用 v9
    • release/v9 的 PR beta 使用 v9-beta
    • 两条线的 changelog、release PR 和 dist-tag 都独立,不互相覆盖。

@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented May 8, 2026

🦋 Changeset detected

Latest commit: befd866

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@alauda/ui Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 8, 2026

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

🗂️ Base branches to auto review (3)
  • main
  • master
  • ^\d.x$

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: a5664ecf-739a-405d-8669-9f012ff2dcf2

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/configure-v9-release-workflow

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.

@yangxiaolang yangxiaolang merged commit c35e222 into release/v9 May 8, 2026
3 checks passed
@yangxiaolang yangxiaolang deleted the chore/configure-v9-release-workflow branch May 8, 2026 07:30
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