chore(release): Publish cli_tools 0.9.1#88
Conversation
- cli_tools@0.9.1
📝 WalkthroughWalkthroughVersion bump from 0.9.0 to 0.9.1 with a corresponding changelog entry documenting the new "Make the analytics behavior customizable" feature. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes
Possibly related PRs
Suggested reviewers
Pre-merge checks and finishing touches❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✨ 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 |
There was a problem hiding this comment.
Actionable comments posted: 0
🧹 Nitpick comments (1)
packages/cli_tools/CHANGELOG.md (1)
1-3: Fix markdown list indentation.The markdown linter flagged improper indentation for the list item on line 3. Remove the leading space before the dash to align with markdown best practices.
## 0.9.1 - - **FEAT**(cli_tools): Make the analytics behavior customizable (#87). + - **FEAT**(cli_tools): Make the analytics behavior customizable (#87).Note: This indentation issue exists throughout the file (0.9.0, 0.8.2, etc.). If addressed, consider applying the fix file-wide for consistency.
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (2)
packages/cli_tools/CHANGELOG.md(1 hunks)packages/cli_tools/pubspec.yaml(1 hunks)
🧰 Additional context used
🪛 markdownlint-cli2 (0.18.1)
packages/cli_tools/CHANGELOG.md
3-3: Unordered list indentation
Expected: 0; Actual: 1
(MD007, ul-indent)
🔇 Additional comments (1)
packages/cli_tools/pubspec.yaml (1)
2-2: Version bump is correct.The patch version increment from 0.9.0 to 0.9.1 is appropriately aligned with the new feature documented in the changelog ("Make the analytics behavior customizable"). No dependency or configuration changes needed.
Summary by CodeRabbit