Skip to content

release: v0.5.1#448

Merged
joryirving merged 2 commits into
mainfrom
release/v0.5.1
Jun 19, 2026
Merged

release: v0.5.1#448
joryirving merged 2 commits into
mainfrom
release/v0.5.1

Conversation

@itsmiso-ai

Copy link
Copy Markdown
Contributor

Patch release for groom pipeline fixes (#447).

  • Exclude Renovate issues from groom pipeline
  • Add DB id to groom task response
  • Fallback lookup in groom route for id mismatches

After merge, tag v0.5.1 and the image workflow will build and push the semver tag.

Saffron and others added 2 commits June 18, 2026 23:16
Bug fixes:
- Exclude Renovate issues from groom pipeline
- Add DB id to groom task response
- Fallback lookup in groom route for id mismatches
@joryirving joryirving merged commit 426efe6 into main Jun 19, 2026
3 checks passed
@joryirving joryirving deleted the release/v0.5.1 branch June 19, 2026 05:38

@its-saffron its-saffron 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.

AI Automated Review

Full PR review.

Analysis engine: MiniMax-M2.7@https://litellm.jory.dev/v1 (anthropic) — escalated (fast_low_confidence)

PR Review: Release v0.5.1

Recommendation: Approve

This is a semantic version patch release (0.5.0 → 0.5.1) that bundles groom pipeline fixes from PR PR 447. The diff is minimal: only the version field in package.json changed.

Change Analysis

Field From To
package.json version 0.5.0 0.5.1

No dependency versions, no code changes, no lockfile modifications. This is a pure version metadata bump following the semver release cut process documented in AGENTS.md.

Required Checks

✅ check for breaking API changes in updated dependencies

Not applicable. This PR does not update any dependencies. The version field change in package.json is metadata only — the actual groom pipeline fixes were already merged in PR PR 447 (commit c70d6a2). There are no upstream dependency changes to evaluate for breaking API changes.

⚠️ run full test suite after upgrade

The CI check results show:

  • Validate: completed successfully
  • Docker Build: completed successfully

The Validate step in the CI pipeline typically includes npm run lint, npm run typecheck, and likely npm run test. However, explicit test pass/fail results are not visible in the provided CI status table. The build pipeline completed successfully, indicating the codebase is in a releaseable state.

Standards Compliance

The PR follows the release cut process from AGENTS.md:

  • Version bumped via npm version (patch level: 0.5.0 → 0.5.1)
  • CI validation and Docker build both passed
  • PR description references the bundled fix (PR PR 447)

Linked Issue Fit

PR PR 447 (groom pipeline fixes) was properly bundled into this patch release. The three fixes mentioned in the PR body are present in the merged commit c70d6a2:

  1. Exclude Renovate issues from groom pipeline
  2. Add DB id to groom task response
  3. Fallback lookup in groom route for id mismatches

Conclusion

This is a clean patch release that increments version metadata only. The bundled code changes were already reviewed in PR PR 447, and CI validation passed. No additional review concerns.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants