Spec Kit Templates v0.1.12: Release Workflow Fixes
Spec Kit Templates 0.1.12 fixes release automation issues. Tag pushes now trigger properly, version sync is fixed, and the release process is safer.
TL;DR
- Fixed release workflow to properly trigger on tag pushes using RELEASE_PAT
- Refactored release process to sync pyproject.toml version with git tags
- Release now uses release branch + PR instead of direct main push
Fixed
- RELEASE_PAT authentication — Tag pushes now properly trigger the release workflow instead of silently failing
- Release process refactoring — Split release workflow to keep pyproject.toml version in sync with git tags, eliminating version drift
- Release branch strategy — Changed from direct main push to release branch + PR flow for safer, more auditable releases
Update via Specify CLI or download independently from the release page.
Source: Spec Kit