chore: release v1.0.75#2014
Merged
Merged
Conversation
📝 WalkthroughWalkthroughUpdates the package version to v1.0.75 and adds the corresponding dated changelog entry, categorized release notes, and GitHub release reference link. ChangesRelease metadata
Estimated code review effort: 1 (Trivial) | ~2 minutes Possibly related PRs
Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 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 |
liangshuo-1
force-pushed
the
release/v1.0.75
branch
from
July 22, 2026 14:09
2767c2c to
54436c3
Compare
liangshuo-1
marked this pull request as ready for review
July 22, 2026 14:09
🚀 PR Preview Install Guide🧰 CLI updatenpm i -g https://pkg.pr.new/larksuite/cli/@larksuite/cli@54436c30142d169f4e2fe1886ce01e16b561aa29🧩 Skill updatenpx skills add larksuite/cli#release/v1.0.75 -y -g |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Prepare the v1.0.75 release by updating package metadata and the changelog.
Changes
package.jsonfrom1.0.74to1.0.75.package-lock.jsonpackage version fields to1.0.75and refresh the root CPU metadata frompackage.json.Test Plan
make unit-testnpm run release:check -- --tag v1.0.75node --test scripts/release-preflight.test.jsgo vet ./...gofmt -l .produces no outputgo mod tidyleavesgo.modandgo.sumunchangedgo run github.com/golangci/golangci-lint/v2/cmd/golangci-lint@v2.1.6 run --new-from-rev=origin/mainRelated Issues