Release 2.0.47 (2026-05-25)¶
Bug fixes¶
- use startswith for CD job name matching in confirm phase GitHub Actions reports reusable workflow jobs with compound names (e.g. 'docs / docs' instead of 'docs'). The jq filter in _verify_jobs used exact equality which never matched, causing confirm-main to fail with 'Expected job not found'. Switched to startswith to handle both direct and reusable workflow job names.
Chores¶
- bump version to 2.0.47