Skip to content

chore(release): prep v0.3.0 — docs, changelog, version bump#295

Merged
devops-thiago merged 1 commit into
mainfrom
claude/competent-torvalds-d62df5
Jul 1, 2026
Merged

chore(release): prep v0.3.0 — docs, changelog, version bump#295
devops-thiago merged 1 commit into
mainfrom
claude/competent-torvalds-d62df5

Conversation

@devops-thiago

@devops-thiago devops-thiago commented Jul 1, 2026

Copy link
Copy Markdown
Owner

What type of PR is this?

  • 📝 Documentation
  • 📦 Dependency update

Description

Release prep for v0.3.0, in three parts:

  • Docs — stale command lists fixed. The v0.3.0 commands /describe, /changelog, and /add-docs were missing from the webhook/ package row in docs/ARCHITECTURE.md and from the CommentCommandService class javadoc (both still listed only the five older commands). Both now match the CommentCommand enum and the live /help output. The README.md summary bullet now mentions the changed-files walkthrough added in v0.3.0 (feat(review): add a file-by-file walkthrough table to the PR summary #179).
  • Changelog — dated and synced. The [0.3.0] heading moves from unreleased to 2026-06-30, and a new ### Dependencies section records the bumps landed during the cycle.
  • Version bump for tagging. The Maven project version goes 0.3.0-SNAPSHOT0.3.0 so the release can be tagged. (The frontend package.json keeps its own independent 1.0.0.)

No runtime behavior changes — docs, changelog, and version metadata only.

Related Issues

N/A (no code fix). This documents already-merged v0.3.0 features (/describe #35, /changelog #62, /add-docs #56, changed-files walkthrough #179) and records the dependency bumps #262, #263, #265, #266, #267 in the changelog.

How Has This Been Tested?

  • Manual testing

The documented v0.3.0 command surface was dogfooded on devops-thiago/ThrillhouseBot#256 and devops-thiago/MongOCOM#46; the corrected command list matches both the CommentCommand enum and the bot's own /help output. Changes are documentation/metadata only, so no automated tests apply.

Checklist

  • My code follows the project's coding standards
  • I have performed a self-review of my own code
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • I have updated the documentation accordingly
  • My changes generate no new warnings or errors

Additional Notes

- docs: list /describe, /changelog, /add-docs in the ARCHITECTURE package
  table and the CommentCommandService javadoc (both had a stale 5-command
  list); note the changed-files walkthrough in the README summary bullet
- changelog: set the [0.3.0] release date to 2026-06-30 and add a
  Dependencies section (Quarkus 3.37.0, @types/node 26.0.1, Actions bumps)
- build: bump the Maven project version 0.3.0-SNAPSHOT -> 0.3.0 for tagging

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@github-actions

github-actions Bot commented Jul 1, 2026

Copy link
Copy Markdown
Contributor

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

Scanned Files

None

@thrillhousebot

thrillhousebot Bot commented Jul 1, 2026

Copy link
Copy Markdown

🤖 ThrillhouseBot PR Summary

What this PR does

This release-prep PR updates docs, changelog, and project version for v0.3.0. It moves the changelog entry from unreleased to a date, adds a dependencies section, adds three missing commands to architecture docs and javadoc, adds a changed-files walkthrough mention to the README, and bumps the Maven version to 0.3.0.

Changes Overview

  • Files changed: 4
  • Lines added: +10
  • Lines removed: -5

Changed Files

File Change Summary
CHANGELOG.md Modified Moved v0.3.0 section from unreleased to 2026-06-30, and added a Dependencies subsection listing bumps.
README.md Modified Added mention of changed-files walkthrough to the summary comment bullet.
docs/ARCHITECTURE.md Modified Added /describe, /changelog, /add-docs to the webhook/ package responsibility line.
src/main/java/dev/thiagogonzaga/thrillhousebot/webhook/CommentCommandService.java Modified Updated class javadoc to list all eight comment commands including the three new ones.

Risk Assessment

Risk Count
🔴 Critical 0
🟠 High 0
🟡 Medium 0
🔵 Low 0

No new issues found in this PR, but the review cannot be approved until required CI is confirmed green.

⚠️ Required CI Checks Status

Some required checks are still pending or have failed:

Check Type Status Detail
frontend check-run ⏳ Pending -
format check-run ⏳ Pending -
trivy check-run ⏳ Pending -
test check-run ⏳ Pending -

Automated review by ThrillhouseBot. Reply with /review to re-run.

@codecov

codecov Bot commented Jul 1, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@sonarqubecloud

sonarqubecloud Bot commented Jul 1, 2026

Copy link
Copy Markdown

@devops-thiago devops-thiago merged commit 6dd3e75 into main Jul 1, 2026
17 checks passed
@devops-thiago devops-thiago deleted the claude/competent-torvalds-d62df5 branch July 1, 2026 01:38
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.

1 participant