Files
SubMiner/backlog/tasks/task-245 - Cut-minor-release-v0.10.0-for-docs-and-release-prep.md

2.7 KiB

id, title, status, assignee, created_date, updated_date, labels, dependencies, references, priority, ordinal
id title status assignee created_date updated_date labels dependencies references priority ordinal
TASK-245 Cut minor release v0.10.0 for docs and release prep Done
@codex
2026-03-29 08:10 2026-03-29 08:13
release
docs
minor
/home/sudacode/projects/japanese/SubMiner/package.json
/home/sudacode/projects/japanese/SubMiner/README.md
/home/sudacode/projects/japanese/SubMiner/docs/RELEASING.md
/home/sudacode/projects/japanese/SubMiner/docs/README.md
/home/sudacode/projects/japanese/SubMiner/docs-site/changelog.md
/home/sudacode/projects/japanese/SubMiner/CHANGELOG.md
/home/sudacode/projects/japanese/SubMiner/release/release-notes.md
high 54850

Description

Prepare the next 0-ver minor release cut as v0.10.0, keeping release-facing docs, backlog, and changelog artifacts aligned, then run the release-prep verification gate.

Acceptance Criteria

  • #1 Repository version metadata is updated to 0.10.0.
  • #2 Release-facing docs and public changelog surfaces are aligned for the v0.10.0 cut.
  • #3 CHANGELOG.md and release/release-notes.md contain the committed v0.10.0 section and any consumed fragments are removed.
  • #4 Release-prep verification passes for changelog, config example, typecheck, tests, and build.

Implementation Notes

Completed:

  • Bumped package.json from 0.9.3 to 0.10.0.
  • Ran bun run changelog:build --version 0.10.0 --date 2026-03-29, which generated CHANGELOG.md and release/release-notes.md and removed the queued changes/*.md fragments.
  • Updated docs-site/changelog.md with the public-facing v0.10.0 summary.

Verification:

  • bun run changelog:lint
  • bun run changelog:check --version 0.10.0
  • bun run verify:config-example
  • bun run typecheck
  • bunx bun@1.3.5 run test:fast
  • bunx bun@1.3.5 run test:env
  • bunx bun@1.3.5 run build
  • bunx bun@1.3.5 run docs:test
  • bunx bun@1.3.5 run docs:build

Notes:

  • The local bun binary is 1.3.11, which tripped Bun's nested node:test handling in test:fast; rerunning with the repo-pinned bun@1.3.5 cleared the issue.
  • No README content change was necessary for this cut.

Final Summary

Prepared the v0.10.0 release cut locally. Bumped package.json, generated committed root changelog and release notes, updated the public docs changelog summary, and verified the release gate with the repo-pinned Bun 1.3.5 runtime. The release prep is green and ready for tagging/publishing when desired.