Closed gz65555 closed 3 months ago
[!CAUTION]
Review failed
The pull request is closed.
The change introduces a new "repository" field in the package.json
file for the xr-webxr
package, specifying the URL of its GitHub repository. Additionally, the version of a GitHub Action in the release workflow has been updated. These modifications enhance package metadata and the release process without altering existing functionalities.
Files | Change Summary |
---|---|
packages/xr-webxr/package.json | Added "repository": { "url": "https://github.com/galacean/engine" } |
.github/workflows/release.yml | Updated action version from v0.0.8 to v0.0.9 |
sequenceDiagram
participant Developer
participant PackageManager
participant GitHub
Developer->>PackageManager: Install xr-webxr
PackageManager->>GitHub: Fetch package metadata
GitHub-->>PackageManager: Return package.json with repository info
PackageManager-->>Developer: Install package with repository info
🐰 In the code where bunnies hop,
A new link shines, it won't stop!
To GitHub's home, we now can go,
With just one glance, the path will show.
Hooray for changes, bright and clear,
A hop, a skip, we cheer and cheer! 🎉
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?
Please check if the PR fulfills these requirements
What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
What is the current behavior? (You can also link to an open issue here)
What is the new behavior (if this is a feature change)?
Does this PR introduce a breaking change? (What changes might users need to make in their application due to this PR?)
Other information:
Summary by CodeRabbit
xr-webxr
package, providing users with direct access to the GitHub repository.