Skip to content

chore(release): v1.0.36#1011

Merged
liangshuo-1 merged 1 commit into
mainfrom
release/v1.0.36
May 21, 2026
Merged

chore(release): v1.0.36#1011
liangshuo-1 merged 1 commit into
mainfrom
release/v1.0.36

Conversation

@liangshuo-1

@liangshuo-1 liangshuo-1 commented May 21, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • Bump version to 1.0.36
  • Update CHANGELOG.md with changes since v1.0.35

Highlights

Test plan

  • CI passes
  • Verify version bump in package.json
  • Verify CHANGELOG.md entry

Summary by CodeRabbit

  • New Features

    • Improved drive and markdown tenant URL handling
  • Bug Fixes

    • Fixed auth scope validation for the check command
  • Documentation

    • Added guidance for lark-drive search evidence

Review Change Stack

Change-Id: Ifb0b6bf05d486943d9a689bf63dde2251dcd3500
@coderabbitai

coderabbitai Bot commented May 21, 2026

Copy link
Copy Markdown
📝 Walkthrough

Walkthrough

This PR bumps the package version from 1.0.35 to 1.0.36 and adds a new changelog entry documenting the release with updates to drive/markdown tenant URL handling, auth scope validation, and search evidence documentation.

Changes

Version 1.0.36 release

Layer / File(s) Summary
Release notes and version bump
CHANGELOG.md, package.json
Changelog entry for v1.0.36 (2026-05-21) added with features (drive/markdown tenant URL handling), bug fixes (auth scope empty validation), and documentation (lark-drive search guidance). Version field in package.json updated from 1.0.35 to 1.0.36.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

  • larksuite/cli#871: Both PRs bump npm package.json version and add a new dated CHANGELOG.md release entry as part of the same release workflow.
  • larksuite/cli#300: Both PRs update CHANGELOG.md and bump package.json version field for documentation/release notes.
  • larksuite/cli#698: Related through versioning and manifest-level changes to package.json.

Suggested labels

size/M

Suggested reviewers

  • liuxinyanglxy
  • MaxHuang22

Poem

🐰 A version bump hops along the way,
From 1.0.35 to 1.0.36 today!
The changelog sings of fixes so fine,
Auth scopes and URLs all align,
Release notes twitch—the release is mine! ✨

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title 'chore(release): v1.0.36' directly and clearly describes the main purpose of the PR: releasing version 1.0.36, which aligns with the version bump in package.json and CHANGELOG.md updates.
Description check ✅ Passed The description covers the Summary section well, includes a Changes/Highlights section with related issues, and provides a Test plan with verification steps, matching the template structure adequately.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch release/v1.0.36

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@github-actions github-actions Bot added the size/M Single-domain feat or fix with limited business impact label May 21, 2026

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@CHANGELOG.md`:
- Line 5: Add a reference definition for [v1.0.36] to the bottom of CHANGELOG.md
(matching the existing style used for [v1.0.35]) so the heading `[v1.0.36]`
resolves; locate the block of release reference definitions (where `v1.0.35` is
defined) and add a new line like ` [v1.0.36]: <release-url>` with the correct
release URL for v1.0.36.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: aadb3fad-fa1e-4d87-94bb-981225327b78

📥 Commits

Reviewing files that changed from the base of the PR and between 94b103d and cdc8b69.

📒 Files selected for processing (2)
  • CHANGELOG.md
  • package.json

Comment thread CHANGELOG.md
@codecov

codecov Bot commented May 21, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 67.68%. Comparing base (94b103d) to head (cdc8b69).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1011   +/-   ##
=======================================
  Coverage   67.68%   67.68%           
=======================================
  Files         576      576           
  Lines       54547    54547           
=======================================
  Hits        36919    36919           
  Misses      14567    14567           
  Partials     3061     3061           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@github-actions

Copy link
Copy Markdown

🚀 PR Preview Install Guide

🧰 CLI update

npm i -g https://pkg.pr.new/larksuite/cli/@larksuite/cli@cdc8b695b20156e834e6329a18a189175a18bf1e

🧩 Skill update

npx skills add larksuite/cli#release/v1.0.36 -y -g

@liangshuo-1
liangshuo-1 merged commit 8c700ae into main May 21, 2026
21 checks passed
@liangshuo-1
liangshuo-1 deleted the release/v1.0.36 branch May 21, 2026 04:24
This was referenced May 21, 2026
tuxedomm pushed a commit to zhumiaoxin/cli that referenced this pull request Jun 6, 2026
Change-Id: Ifb0b6bf05d486943d9a689bf63dde2251dcd3500
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size/M Single-domain feat or fix with limited business impact

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants