Add CalVer auto-tagging workflow #27

Merged
grams777 merged 2 commits from calver-tagging into main 2026-02-22 06:38:40 +00:00
grams777 commented 2026-02-22 06:32:50 +00:00 (Migrated from github.com)

Summary

  • Adds GitHub Action that auto-tags each merge to main with vYYYY.MMDD.build
  • Auto-increments build number for multiple merges per day (e.g., v2026.0222.1, v2026.0222.2)
  • Replaces manual versioning (last release: v.2.17)
  • Can also be triggered manually via workflow_dispatch

Test plan

  • Merge this PR — should create first tag (e.g., v2026.0222.1)
  • Verify tag appears under repo tags/releases

🤖 Generated with Claude Code

## Summary - Adds GitHub Action that auto-tags each merge to main with `vYYYY.MMDD.build` - Auto-increments build number for multiple merges per day (e.g., `v2026.0222.1`, `v2026.0222.2`) - Replaces manual versioning (last release: `v.2.17`) - Can also be triggered manually via workflow_dispatch ## Test plan - [ ] Merge this PR — should create first tag (e.g., `v2026.0222.1`) - [ ] Verify tag appears under repo tags/releases 🤖 Generated with [Claude Code](https://claude.com/claude-code)
Sign in to join this conversation.
No description provided.