Skip to content

docs: prepare the v0.6.4 release — changelog, docs freeze, version bump - #743

Merged
devops-thiago merged 1 commit into
mainfrom
docs/0.6.4-release
Aug 16, 2026
Merged

docs: prepare the v0.6.4 release — changelog, docs freeze, version bump#743
devops-thiago merged 1 commit into
mainfrom
docs/0.6.4-release

Conversation

@devops-thiago

@devops-thiago devops-thiago commented Aug 16, 2026

Copy link
Copy Markdown
Owner

What type of PR is this?

  • 📝 Documentation

Description

The manual release-prep steps from docs/RELEASING.md, in one PR.

Changelog. Writes the [0.6.4] section covering the four fixes merged since v0.6.3, all found by the audit of that release: #729 (a rescued finding announced as lost), #730 (a short Retry-After bypassing the content-creation floor), #731 (an unbounded error body scanned for credentials, plus the redaction narrowing that bounding introduced), and #735 (duplicate verdict ids drifting between the audit and its coverage count). Entries follow the file's established voice and keep the measured numbers.

Docs freeze. Archives the 0.6.3 docs version per the procedure #715 added: snapshot taken from the v0.6.3 tag so the archived pages carry that release's expanded includes rather than the working tree's, then npm run docs:archive -- 0.6.3, working docs restored from HEAD, and current.label moved to v0.6.4. The post-restore git status was clean — only the archive artifacts and versions.json, nothing resurrected.

Version. pom.xml moves from 0.6.4-SNAPSHOT to 0.6.4, the version release.yml checks against the tag.

Related Issues

Release preparation for v0.6.4. Refs #715 (freeze procedure).

How Has This Been Tested?

  • Manual testing

npm run build renders the archived 0.6.3/ pages, including the mermaid-heavy architecture page, alongside the current docs. The changelog section sits immediately after [Unreleased] in the dated-heading format release.yml's note extraction expects.

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

The changelog section is dated 2026-08-16; if the tag is cut on a later day, bump the date before tagging (release.yml matches on version, not date).

After merge the release is git tag -a v0.6.4 <merge-commit> -m "Release v0.6.4" and a tag push — tag pushes are refused from the environment this was prepared in, so that step is manual.

Writes the [0.6.4] changelog section, freezes the 0.6.3 docs version from
its own tag, and sets the release version in pom.xml.
@github-actions

Copy link
Copy Markdown
Contributor

Dependency Review

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

Scanned Files

None

@thrillhousebot

Copy link
Copy Markdown
Contributor

🤖 ThrillhouseBot PR Summary

What this PR does

Prepares the v0.6.4 release: adds a dated [0.6.4] changelog section covering the four post-0.6.3 fixes (#729, #730, #731, #735), archives the full v0.6.3 documentation set (nine pages, sidebar JSON, image assets), moves versions.json's current label to v0.6.4 while registering 0.6.3 as an archived version, and — per the PR description, with pom.xml withheld from review — bumps the Maven version from 0.6.4-SNAPSHOT to 0.6.4.

Description vs. Implementation

No mismatch found between the PR description and the change.

Changes Overview

  • Files changed: 16
  • Lines added: +1477
  • Lines removed: -2

Changed Files

File Change Summary
CHANGELOG.md Modified Adds the [0.6.4]—2026-08-16 section after [Unreleased], documenting fixes #729, #730, #731, #735.
website/src/assets/0.6.3/icon.png Added Binary asset for archived 0.6.3 docs.
website/src/assets/0.6.3/live-streaming.png Added Binary asset referenced by archived index.md.
website/src/assets/0.6.3/pr-approval.png Added Binary asset referenced by archived index.md.
website/src/content/docs/0.6.3/architecture.md Added Archived v0.6.3 architecture page: Mermaid flow/sequence diagrams, package table, AI-budget and fail-soft notes.
website/src/content/docs/0.6.3/commands.md Added Archived v0.6.3 command reference: slash commands, access rules, resolved directive, pause semantics.
website/src/content/docs/0.6.3/comparison.md Added Archived v0.6.3 vendor comparison (CodeRabbit, PR-Agent, Copilot, PRSense, Kit).
website/src/content/docs/0.6.3/configuration.md Added Archived v0.6.3 config reference: env-var table, AI call budget, decline re-check, blocking strictness, repo config, labels.
website/src/content/docs/0.6.3/contributing.md Added Archived v0.6.3 contributing guide: setup, CI bar, dual-gate merge policy, eval corpus.
website/src/content/docs/0.6.3/feedback.md Added Archived v0.6.3 finding-feedback page: signals, data model, privacy, retention, aggregation API.
website/src/content/docs/0.6.3/getting-started.md Added Archived v0.6.3 setup guide: GitHub App creation (hosted/manual/Smee), .env, Docker Compose.
website/src/content/docs/0.6.3/index.md Added Archived v0.6.3 landing page: feature list, next-steps links, dashboard, license.
website/src/content/docs/0.6.3/providers.md Added Archived v0.6.3 provider table and bring-your-own-model notes.
website/src/content/versions/0.6.3.json Added Sidebar/slug list for the archived 0.6.3 documentation set.
website/versions.json Modified Sets current.label to v0.6.4 and adds the archived 0.6.3 version entry.

…and 1 more file(s).

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
format check-run ⏳ Pending -
trivy check-run ⏳ Pending -
frontend check-run ⏳ Pending -
test check-run ⏳ Pending -
dependency-review check-run ⏳ Pending -

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

@thrillhousebot thrillhousebot Bot added documentation Improvements or additions to documentation java Pull requests that update java code labels Aug 16, 2026
@codecov

codecov Bot commented Aug 16, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@sonarqubecloud

Copy link
Copy Markdown

@devops-thiago
devops-thiago merged commit fc54d93 into main Aug 16, 2026
28 of 29 checks passed
@devops-thiago
devops-thiago deleted the docs/0.6.4-release branch August 16, 2026 16:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation java Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant