mirror of
https://github.com/ksyasuda/SubMiner.git
synced 2026-03-30 06:12:06 -07:00
2.7 KiB
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 |
|
2026-03-29 08:10 | 2026-03-29 08:13 |
|
|
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.0cut. - #3
CHANGELOG.mdandrelease/release-notes.mdcontain the committedv0.10.0section and any consumed fragments are removed. - #4 Release-prep verification passes for changelog, config example, typecheck, tests, and build.
Implementation Notes
Completed:
- Bumped
package.jsonfrom0.9.3to0.10.0. - Ran
bun run changelog:build --version 0.10.0 --date 2026-03-29, which generatedCHANGELOG.mdandrelease/release-notes.mdand removed the queuedchanges/*.mdfragments. - Updated
docs-site/changelog.mdwith the public-facingv0.10.0summary.
Verification:
bun run changelog:lintbun run changelog:check --version 0.10.0bun run verify:config-examplebun run typecheckbunx bun@1.3.5 run test:fastbunx bun@1.3.5 run test:envbunx bun@1.3.5 run buildbunx bun@1.3.5 run docs:testbunx bun@1.3.5 run docs:build
Notes:
- The local
bunbinary is1.3.11, which tripped Bun's nestednode:testhandling intest:fast; rerunning with the repo-pinnedbun@1.3.5cleared 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.