Closed Romakita closed 3 weeks ago
:tada: This PR is included in version 7.84.1 :tada:
The release is available on:
v7.84.1
Your semantic-release bot :package::rocket:
[!CAUTION]
Review failed
The pull request is closed.
The changes in this pull request involve updates to GitHub Actions workflows and the package.json
file. The .github/workflows/build.yml
file has been modified to enhance the pull request triggers, update action versions, implement caching for Yarn, and standardize artifact naming. The .github/workflows/website.yml
file has seen the removal of a job, updates to Node.js setup, and a shift in the documentation generation tool. The package.json
file has been updated to include new deployment configurations for various branches.
File | Change Summary |
---|---|
.github/workflows/build.yml |
- Updated pull_request branches to include alpha , beta , rc .- Upgraded actions: checkout from v3 to v4 , setup-node from v3 to v4 , upload-artifact to v4 .- Added Yarn caching. - Simplified test-envs job to specify only Node version 20.12.2 .- Standardized artifact names. - Updated deploy-packages job condition to use ${{github.ref_name}} . |
.github/workflows/website.yml |
- Removed publish-refs job.- Updated publish-docs job to hardcode Node.js version to 20.x and change build command from vuepress to vitepress .- Upgraded actions: checkout from v2 to v4 , setup-node from v1 to v4 . |
package.json |
- Added new deployment configurations for rc , beta , and alpha branches in the ghpages array, specifying directories and URLs for documentation sites. |
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Summary by CodeRabbit
New Features
rc
,beta
, andalpha
branches.Improvements
Bug Fixes
Chores