chore(release): prep v0.3.0 — docs, changelog, version bump#295
Conversation
- 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>
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Scanned FilesNone |
🤖 ThrillhouseBot PR SummaryWhat this PR doesThis 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
Changed Files
Risk Assessment
No new issues found in this PR, but the review cannot be approved until required CI is confirmed green.
|
| 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 Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
|



What type of PR is this?
Description
Release prep for v0.3.0, in three parts:
/describe,/changelog, and/add-docswere missing from thewebhook/package row indocs/ARCHITECTURE.mdand from theCommentCommandServiceclass javadoc (both still listed only the five older commands). Both now match theCommentCommandenum and the live/helpoutput. TheREADME.mdsummary 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).[0.3.0]heading moves fromunreleasedto2026-06-30, and a new### Dependenciessection records the bumps landed during the cycle.0.3.0-SNAPSHOT→0.3.0so the release can be tagged. (The frontendpackage.jsonkeeps its own independent1.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?
The documented v0.3.0 command surface was dogfooded on
devops-thiago/ThrillhouseBot#256anddevops-thiago/MongOCOM#46; the corrected command list matches both theCommentCommandenum and the bot's own/helpoutput. Changes are documentation/metadata only, so no automated tests apply.Checklist
Additional Notes
/describe/changelog/add-docstruncation disclosure), fix(webhook): /summary reports "a summary already exists" from persistence state, not the live comment #297 (/summary"already exists" wording), fix(review): PR summary "Changes Overview" counts diverge from GitHub's file/line totals #298 (summary "Changes Overview" count accuracy).