chore: release v2.25.0 - #83
Conversation
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Team Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThe release workflow now runs from ChangesRelease automation
Estimated code review effort: 3 (Moderate) | ~20 minutes Sequence Diagram(s)sequenceDiagram
participant GitHub as GitHub Actions
participant Package as Package checks
participant Registry as npm registry
participant Releases as GitHub Releases
GitHub->>Package: Verify package version and run smoke test
GitHub->>Registry: Check and publish react-native-update-cli@2.25.0
Registry-->>GitHub: Report publication or existing version
GitHub->>Releases: Create v2.25.0 with bilingual release notes
Releases-->>GitHub: Create release or report existing release
✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
|
Release completed successfully from verified master commit
This one-shot release PR is being closed without merge, as intended. |
One-shot observable release runner for v2.25.0. It checks out verified master commit
516be8d, prepares and verifies version 2.25.0, builds and runs Node.js 18 compatibility checks, verifies the npm package contents, publishesreact-native-update-cli@2.25.0through the repository's npm OIDC trust, and then creates GitHub Releasev2.25.0targeting that exact master commit.The workflow is idempotent: an already-published npm version or existing GitHub Release is treated as success. This PR is not intended to be merged; the one-shot workflow remains isolated on the release branch.
Need help on this PR? Tag
@codesmith-botwith what you need. Autofix is disabled.Summary by CodeRabbit