Files
SubMiner/backlog/tasks/task-135 - Cut-patch-release-v0.5.1-for-Windows-signing-fix.md
sudacode 48f10dbb03 chore(backlog): maintain task backlog and add changelog fragments
- 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
2026-03-18 02:25:07 -07:00

2.3 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-135 Cut patch release v0.5.1 for Windows signing fix Done
codex
2026-03-08 20:24 2026-03-18 05:28
release
patch
TASK-134
package.json
CHANGELOG.md
release/release-notes.md
high 51500

Description

Publish a patch release from the workflow-signing fix on main by bumping the app version, generating the committed changelog artifacts for the new version, and pushing a new v0.5.1 tag instead of rewriting the failed v0.5.0 tag.

Acceptance Criteria

  • #1 Repository version metadata is updated to 0.5.1.
  • #2 CHANGELOG.md and release/release-notes.md contain the committed v0.5.1 section and released fragments are removed.
  • #3 New v0.5.1 commit and tag are pushed to origin.

Implementation Plan

  1. Bump the package version to 0.5.1.
  2. Run the changelog builder so CHANGELOG.md/release-notes.md match the release workflow contract.
  3. Run the relevant verification commands.
  4. Commit the release-prep changes, create v0.5.1, and push both commit and tag.

Implementation Notes

Bumped package.json from 0.5.0 to 0.5.1, then ran bun run changelog:build so the committed release artifacts match the release workflow contract. That prepended the v0.5.1 section to CHANGELOG.md, regenerated release/release-notes.md, and removed the consumed changelog fragments from changes/.

Verification before tagging: bun run changelog:lint, bun run changelog:check --version 0.5.1, bun run typecheck, and bun run test:fast.

Final Summary

Prepared patch release v0.5.1 from the signing-workflow fix on main instead of rewriting the failed v0.5.0 tag. Repository version metadata, changelog, and committed release notes are all aligned with the new release tag, and the consumed changelog fragments were removed.

Validation: bun run changelog:lint, bun run changelog:check --version 0.5.1, bun run typecheck, bun run test:fast.