Skip to content

Conversation

@chenjiahan
Copy link
Member

Summary

Most of the time, the current monorepo only publishes a single package, and I haven't used changesets for a long time. This PR replaces changesets with the lighter bumpp to reduce dependencies.

Related Links

https://github.com/antfu-collective/bumpp

Checklist

  • Tests updated (or not required).
  • Documentation updated (or not required).

Copilot AI review requested due to automatic review settings May 31, 2025 09:04
@netlify
Copy link

netlify bot commented May 31, 2025

Deploy Preview for rsbuild ready!

Name Link
🔨 Latest commit fbb8137
🔍 Latest deploy log https://app.netlify.com/projects/rsbuild/deploys/683ac612f47bef0008b1ac0f
😎 Deploy Preview https://deploy-preview-5338--rsbuild.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 73 (🔴 down 13 from production)
Accessibility: 97 (no change from production)
Best Practices: 92 (no change from production)
SEO: 100 (no change from production)
PWA: 60 (no change from production)
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify project configuration.

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR replaces the existing Changesets workflow with the lighter bumpp tool, adds a bump script to each package, and removes Changesets configuration and checks.

  • Introduce "bump": "npx bumpp --no-tag" in all package scripts
  • Remove Changesets CLI, scripts, config, and related lint checks
  • Bump @rsbuild/core version to 1.3.23 and update docs/instructions

Reviewed Changes

Copilot reviewed 19 out of 19 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
packages/*/package.json Added bump script to scripts
package.json Removed Changesets scripts & devDependency entries
CONTRIBUTING.md Updated release instructions to use pnpm bump
.github/workflows/lint.yml Removed Changesets check step
.changeset/config.json (deleted) Removed obsolete Changesets config
Comments suppressed due to low confidence (2)

package.json:13

  • [nitpick] Consider adding a top-level bump script in the root package.json to orchestrate version bumps across all workspace packages, rather than running it manually in each package directory.
"build:doc": "cd website && pnpm run build",

.changeset/config.json:1

  • [nitpick] After deleting config.json, consider removing the now-empty .changeset directory to keep the repository clean.
entire file (removed)

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