mirror of
https://github.com/ksyasuda/SubMiner.git
synced 2026-03-24 12:11:29 -07:00
2.2 KiB
2.2 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-233 | Cut patch release v0.9.1 for package size pruning | Done |
|
2026-03-24 12:40 | 2026-03-24 12:55 |
|
|
|
high | 54800 |
Description
Publish a patch release for the packaging-size cleanup by bumping the app version to 0.9.1, generating committed release metadata, and keeping release-facing docs/changelog surfaces aligned.
Acceptance Criteria
- #1 Repository version metadata is updated to
0.9.1. - #2
CHANGELOG.md,release/release-notes.md, anddocs-site/changelog.mdcontain the committedv0.9.1release line and the consumed fragment is removed. - #3 Release-readiness verification passes for changelog, docs, tests, and build lanes.
Implementation Notes
Completed:
- Bumped
package.jsonto0.9.1. - Ran
bun run changelog:build --version 0.9.1 --date 2026-03-24, which generatedCHANGELOG.md+release/release-notes.mdand consumed both pending release fragments. - Synced
docs-site/changelog.mdwith the generatedv0.9.1release line. - Confirmed no additional README/docs wording changes were needed beyond changelog surfaces.
Verification:
bun run changelog:lintbun run changelog:check --version 0.9.1bun run verify:config-examplebun run typecheckbun run test:fastbun run test:envbun run buildbun run docs:testbun run docs:build
Final Summary
Prepared patch release v0.9.1 locally. Version metadata, committed changelog artifacts, release notes, and docs-site changelog are aligned, and the release gate is green. Pending manual release actions are the release-prep commit, git tag v0.9.1, and push/tag publication.