-
Notifications
You must be signed in to change notification settings - Fork 18
chore(main): release 12.29.0 #3212
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?
chore(main): release 12.29.0 #3212
Conversation
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.
3 files reviewed, no comments
90e158b to
857b6c4
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.
3 files reviewed, no comments
857b6c4 to
a4692bd
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.
3 files reviewed, no comments
a4692bd to
3cdbbf5
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.
3 files reviewed, no comments
🤖 I have created a release beep boop
12.29.0 (2025-12-12)
Features
Bug Fixes
This PR was generated with Release Please. See documentation.
Greptile Overview
Greptile Summary
This is an automated release PR generated by Release Please that bumps the version from 12.28.1 to 12.29.0. The release includes:
All version numbers are consistently updated across manifest,
package.json, andpackage-lock.jsonfiles. The CHANGELOG accurately reflects the 4 merged PRs (1 feature + 3 fixes) with proper commit references and links.Confidence Score: 5/5
Important Files Changed
File Analysis
Sequence Diagram
sequenceDiagram participant Bot as Release Please Bot participant Manifest as .release-please-manifest.json participant Package as package.json participant Lock as package-lock.json participant Changelog as CHANGELOG.md participant Git as Git Repository Note over Bot,Git: Release 12.29.0 Process Bot->>Git: Detect merged PRs since v12.28.1 Git-->>Bot: 4 PRs: #3198 (feat), #3210, #3211, #3216 (fixes) Bot->>Bot: Calculate version bump (minor for feature) Bot->>Manifest: Update version: "12.28.1" → "12.29.0" Bot->>Package: Update version: "12.28.1" → "12.29.0" Bot->>Lock: Update version in 2 locations Bot->>Changelog: Add new release section Note over Changelog: ## [12.29.0] (2025-12-12)<br/>### Features<br/>* specify resource pools (#3198)<br/>### Bug Fixes<br/>* cpu and ram columns (#3211)<br/>* handle unset memory (#3210)<br/>* always show default color (#3216) Bot->>Git: Create release PR #3212 Git-->>Bot: PR ready for review