- Move completed tasks (85, 117, 118, 155) to backlog/completed/ - Delete superseded task files (166 verification, 172 drilldown) - Add stats dashboard milestone m-1 - Add new tasks (190, 194) - Update task metadata across remaining backlog items - Add changelog fragments for stats, mpv args, and subtitle filtering
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-137 | Cut patch release v0.5.2 for SignPath artifact config pinning | Done |
|
2026-03-08 20:44 | 2026-03-18 05:28 |
|
|
|
high | 50500 |
Description
Publish a patch release from the SignPath artifact-configuration pinning change by bumping the app version, generating the committed changelog artifacts for the new version, and pushing a new v0.5.2 tag.
Acceptance Criteria
- #1 Repository version metadata is updated to
0.5.2. - #2
CHANGELOG.mdandrelease/release-notes.mdcontain the committedv0.5.2section and consumed fragments are removed. - #3 New
v0.5.2commit and tag are pushed toorigin.
Implementation Plan
- Add the release fragment for the SignPath configuration pinning change.
- Bump
package.jsonto0.5.2and run the changelog builder. - Run changelog/typecheck/test verification.
- Commit the release-prep change set, create
v0.5.2, and push commit plus tag.
Implementation Notes
Bumped package.json from 0.5.1 to 0.5.2, ran bun run changelog:build, and committed the generated release artifacts. That prepended the v0.5.2 section to CHANGELOG.md, regenerated release/release-notes.md, and removed the consumed changes/signpath-artifact-config-pin.md fragment.
Verification before tagging: bun run changelog:lint, bun run changelog:check --version 0.5.2, bun run typecheck, and bun run test:fast.
Final Summary
Prepared patch release v0.5.2 so the explicit SignPath artifact-configuration pin ships on a fresh release tag. Version metadata, committed changelog artifacts, and release notes are aligned with the new patch version.
Validation: bun run changelog:lint, bun run changelog:check --version 0.5.2, bun run typecheck, bun run test:fast.