-
Notifications
You must be signed in to change notification settings - Fork 3
chore(release): Publish packages 0.8.2 #78
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
Conversation
- cli_tools@0.8.1 - config@0.8.1
|
Caution Review failedThe pull request is closed. 📝 WalkthroughWalkthroughPatch release: bumped Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Possibly related PRs
Suggested reviewers
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (4)
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 2
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (4)
packages/cli_tools/CHANGELOG.md(1 hunks)packages/cli_tools/pubspec.yaml(2 hunks)packages/config/CHANGELOG.md(1 hunks)packages/config/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)
packages/config/CHANGELOG.md
3-3: Unordered list indentation
Expected: 0; Actual: 1
(MD007, ul-indent)
🔇 Additional comments (3)
packages/config/pubspec.yaml (1)
2-2: Version bump looks good.The patch version bump to 0.8.1 appropriately reflects the new feature (Option Group Name support) documented in the changelog.
packages/cli_tools/pubspec.yaml (2)
2-2: Version bump looks good.The patch version bump to 0.8.1 appropriately reflects the bug fix (option help formatting) documented in the changelog.
20-20: Dependency update aligns with the coordinated release.Updating the config constraint to ^0.8.1 ensures cli_tools uses the new config package version and benefits from the Option Group Name feature.
Isakdl
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approving, but needs a different version.
- cli_tools@0.8.2 - config@0.8.2
Summary by CodeRabbit
New Features
Bug Fixes
Chores