chore: prepare v1.0.11 release metadata#472
Conversation
Update the package version and changelog entry so the release branch matches the v1.0.11 changes already queued after v1.0.10. This keeps the published package version and human-readable release notes aligned without pulling unrelated local workspace changes into the release PR. Change-Id: Ia937651001e0057df4fe82bd11705c52d343f9a9 Constraint: Release PR should include only CHANGELOG.md and package.json Rejected: Include .gitignore OMX ignore update | unrelated local-only change Confidence: high Scope-risk: narrow Reversibility: clean Directive: Keep release preparation PRs limited to versioned metadata unless a release-blocking code change is required Tested: make unit-test; go mod tidy (no go.mod/go.sum changes); golangci-lint run --new-from-rev=origin/main Not-tested: npm install/publish flow
There was a problem hiding this comment.
Your free trial has ended. If you'd like to continue receiving code reviews, you can add a payment method here.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughVersion v1.0.11 release bump with changelog documentation. Updated package.json version number and added a new CHANGELOG.md section cataloging features, bug fixes, and documentation changes included in this release. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
Suggested labels
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ 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 |
🚀 PR Preview Install Guide🧰 CLI updatenpm i -g https://pkg.pr.new/larksuite/cli/@larksuite/cli@e34ee5bef9ca853496eec2c8fe87827f468d1cac🧩 Skill updatenpx skills add larksuite/cli#chore/release-v1.0.11 -y -g |
Summary
Prepare the v1.0.11 release metadata so the package version and changelog stay in sync.
Changes
package.jsonversion from1.0.10to1.0.11v1.0.11changelog entry and release link inCHANGELOG.mdTest Plan
make unit-testgo mod tidy(nogo.mod/go.sumchanges)go run github.com/golangci/golangci-lint/v2/cmd/golangci-lint@v2.1.6 run --new-from-rev=origin/mainlark xxxcommand works as expectedRelated Issues
Summary by CodeRabbit
New Features
Bug Fixes
Documentation