-
Notifications
You must be signed in to change notification settings - Fork 988
Release v1.12.13 #2593
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release v1.12.13 #2593
Conversation
|
Caution Review failedThe pull request is closed. WalkthroughA repository-wide release bump to 1.12.13. Version strings, dependency constraints, and packaging metadata were updated across CMake, Android Gradle files, iOS/macOS podspecs, Flutter/Dart pubspecs, HarmonyOS manifests, Node.js package.json, Python setup.py, and docs. The release script and version.cc metadata were also updated. No API or functional code changes. Changes
Sequence Diagram(s)sequenceDiagram
autonumber
actor Dev as Developer
participant Script as new-release.sh
participant Repo as Repo Files
participant Build as CI/Local Build
Dev->>Script: Run with new version (1.12.13)
Script->>Repo: Replace old version/name/code across files
Script->>Repo: Update version.cc (sha1, date, version)
Script->>Repo: Bump manifests (Android, Flutter/Dart, HarmonyOS, Node, Python)
Script->>Repo: Update CMake, pom, jitpack, iOS Info.plist
Script->>Repo: Remove backup .bak files
Script-->>Dev: Changes staged
note over Script,Repo: Non-functional metadata updates
Dev->>Build: Trigger builds/tests
Build-->>Dev: Artifacts for 1.12.13
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Possibly related PRs
Suggested labels
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (55)
✨ Finishing touches
🧪 Generate unit tests
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 |
Summary by CodeRabbit
New Features
Bug Fixes
Documentation
Chores