Files
SubMiner/backlog/tasks/task-278 - Prepare-patch-release-0.11.1.md
2026-04-04 00:22:05 -07:00

2.1 KiB

id, title, status, assignee, created_date, updated_date, labels, dependencies, priority
id title status assignee created_date updated_date labels dependencies priority
TASK-278 Prepare patch release 0.11.1 Done
@codex
2026-04-04 07:16 2026-04-04 07:19
release
medium

Description

Bump SubMiner from 0.11.0 to 0.11.1, run the local release checklist, and confirm whether the branch is ready for tagging/publishing.

Acceptance Criteria

  • #1 package.json is bumped to 0.11.1 without overwriting unrelated local metadata edits.
  • #2 Release prep checks are run and summarized, including changelog/build verification and local build/test gates.
  • #3 Any remaining release blockers are called out explicitly.

Implementation Notes

Bumped package.json from 0.11.0 to 0.11.1 while preserving the existing local productName/desktopName edits.

Fixed the Linux shortcut changelog fragment metadata so changelog lint now passes and the previously failing CI cause is addressed locally.

Release checks run: bun run changelog:lint, bun run changelog:check --version 0.11.1, bun run verify:config-example, bun run typecheck, bun run test:fast, bun run test:env, bun run build. All passed except changelog:check, which is expected until pending fragments are built into CHANGELOG.md/release/release-notes.md.

Current release blocker: pending changelog fragments /changes/2026-04-04-linux-app-id-metadata.md and /changes/2026-04-04-linux-shortcut-portal-regression.md still need bun run changelog:build --version 0.11.1 --date 2026-04-04 before tagging.

Final Summary

Prepared local patch release version 0.11.1 and ran the release gate. changelog:lint, verify:config-example, typecheck, test:fast, test:env, and build all passed. changelog:check still fails because the pending changelog fragments have not been built into CHANGELOG.md/release notes yet; run bun run changelog:build --version 0.11.1 --date 2026-04-04 as the remaining pre-tag step.