-
-
Notifications
You must be signed in to change notification settings - Fork 1
chore(main): release 3.2.0 #44
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
base: main
Are you sure you want to change the base?
Conversation
WalkthroughBumped project version to 3.2.0 and added a Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Possibly related PRs
Suggested labels
Poem
🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches
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 |
5381f37 to
0902fe6
Compare
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: 1
🤖 Fix all issues with AI agents
In `@CHANGELOG.md`:
- Line 9: Change the changelog entry "* implement OpenTelemetry instrumentation
for aggregates ..." to start with a capital letter by replacing "implement" with
"Implement" so it matches the style of other entries; update the string shown in
the diff (the commit/PR line containing "implement OpenTelemetry instrumentation
for aggregates") to "Implement OpenTelemetry instrumentation for aggregates"
preserving the rest of the line (PR/commit links and formatting).
| ### Features | ||
|
|
||
| * Add OpenTelemetry instrumentation for event handlers ([#41](https://github.com/straw-hat-team/commanded/issues/41)) ([5946d5a](https://github.com/straw-hat-team/commanded/commit/5946d5ab1957e1a641ed983b8bfeefe08e92e7fb)) | ||
| * implement OpenTelemetry instrumentation for aggregates ([#45](https://github.com/straw-hat-team/commanded/issues/45)) ([4e99401](https://github.com/straw-hat-team/commanded/commit/4e9940165dd59f0d08e53e48d01b6f112c3e0660)) |
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.
Capitalize the first letter for consistency.
The feature entry on line 9 starts with a lowercase "i" while the entry on line 8 starts with a capital "A". For consistency with the rest of the changelog, feature descriptions should begin with a capital letter.
📝 Proposed fix
-* implement OpenTelemetry instrumentation for aggregates ([`#45`](https://github.com/straw-hat-team/commanded/issues/45)) ([4e99401](https://github.com/straw-hat-team/commanded/commit/4e9940165dd59f0d08e53e48d01b6f112c3e0660))
+* Implement OpenTelemetry instrumentation for aggregates ([`#45`](https://github.com/straw-hat-team/commanded/issues/45)) ([4e99401](https://github.com/straw-hat-team/commanded/commit/4e9940165dd59f0d08e53e48d01b6f112c3e0660))📝 Committable suggestion
‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.
| * implement OpenTelemetry instrumentation for aggregates ([#45](https://github.com/straw-hat-team/commanded/issues/45)) ([4e99401](https://github.com/straw-hat-team/commanded/commit/4e9940165dd59f0d08e53e48d01b6f112c3e0660)) | |
| * Implement OpenTelemetry instrumentation for aggregates ([`#45`](https://github.com/straw-hat-team/commanded/issues/45)) ([4e99401](https://github.com/straw-hat-team/commanded/commit/4e9940165dd59f0d08e53e48d01b6f112c3e0660)) |
🤖 Prompt for AI Agents
In `@CHANGELOG.md` at line 9, Change the changelog entry "* implement
OpenTelemetry instrumentation for aggregates ..." to start with a capital letter
by replacing "implement" with "Implement" so it matches the style of other
entries; update the string shown in the diff (the commit/PR line containing
"implement OpenTelemetry instrumentation for aggregates") to "Implement
OpenTelemetry instrumentation for aggregates" preserving the rest of the line
(PR/commit links and formatting).
5b0d364 to
874778e
Compare
874778e to
6ce2493
Compare
🤖 I have created a release beep boop
3.2.0 (2026-01-23)
Features
This PR was generated with Release Please. See documentation.