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 |
|
2026-03-08 20:24 | 2026-03-16 05:13 |
|
|
|
high | 50500 |
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.mdandrelease/release-notes.mdcontain the committedv0.5.1section and released fragments are removed. - #3 New
v0.5.1commit and tag are pushed toorigin.
Implementation Plan
- Bump the package version to
0.5.1. - Run the changelog builder so
CHANGELOG.md/release-notes.mdmatch the release workflow contract. - Run the relevant verification commands.
- 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.