ci: switch to tag-triggered releases with production Docker tag #113

Merged
cal merged 1 commits from ci/tag-triggered-releases into main 2026-03-20 18:20:39 +00:00

1 Commits

Author SHA1 Message Date
Cal Corum
3c24e03a0c ci: switch to tag-triggered releases with production Docker tag
Replace branch-push trigger with tag-push trigger (20* pattern).
Version is extracted from the git tag itself instead of auto-generated.
Docker images are tagged with the CalVer version + floating "production" tag.

To release: git tag YYYY.M.BUILD && git push --tags

Also updates CLAUDE.md to document the new workflow and removes all
next-release branch references (branch retired).

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-20 13:18:49 -05:00