Conversation
Summary of ChangesHello @chenjiahan, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request primarily focuses on releasing a new alpha version, Highlights
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
Deploying rsbuild with
|
| Latest commit: |
69a9bd7
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://ff614243.rsbuild-v2.pages.dev |
| Branch Preview URL: | https://release-2-0-0-alpha-3.rsbuild-v2.pages.dev |
There was a problem hiding this comment.
Pull request overview
This PR updates all Rsbuild packages and documentation from version 2.0.0-alpha.2 to 2.0.0-alpha.3 as part of an alpha release cycle.
Changes:
- Updated version fields in package.json files for @rsbuild/core and all plugin packages to
2.0.0-alpha.3 - Updated documentation (English and Chinese) to reference the new version as the latest
Reviewed changes
Copilot reviewed 14 out of 14 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| website/docs/zh/guide/upgrade/v1-to-v2.mdx | Updated Chinese documentation to reference 2.0.0-alpha.3 as current version |
| website/docs/en/guide/upgrade/v1-to-v2.mdx | Updated English documentation to reference 2.0.0-alpha.3 as current version |
| packages/plugin-vue/package.json | Bumped version to 2.0.0-alpha.3 |
| packages/plugin-svgr/package.json | Bumped version to 2.0.0-alpha.3 |
| packages/plugin-svelte/package.json | Bumped version to 2.0.0-alpha.3 |
| packages/plugin-stylus/package.json | Bumped version to 2.0.0-alpha.3 |
| packages/plugin-solid/package.json | Bumped version to 2.0.0-alpha.3 |
| packages/plugin-sass/package.json | Bumped version to 2.0.0-alpha.3 |
| packages/plugin-react/package.json | Bumped version to 2.0.0-alpha.3 |
| packages/plugin-preact/package.json | Bumped version to 2.0.0-alpha.3 |
| packages/plugin-less/package.json | Bumped version to 2.0.0-alpha.3 |
| packages/plugin-babel/package.json | Bumped version to 2.0.0-alpha.3 |
| packages/create-rsbuild/package.json | Bumped version to 2.0.0-alpha.3 |
| packages/core/package.json | Bumped version to 2.0.0-alpha.3 |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Code Review
This pull request prepares for the 2.0.0-alpha.3 release by bumping the version number across all packages and updating the documentation accordingly. The changes are consistent and appear correct for a release. The "WIP" status in the pull request description should be clarified or removed before merging.
Summary