Add GitHub Actions workflow for automatic version bumping

Increments PATCH on push to main (1.0.1 → 1.0.2), appends -beta.N on
beta branch pushes.  Uses [skip ci] to prevent infinite loop.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-09 18:15:30 +00:00
parent 5aaeaa9a35
commit 601155aa6b
2 changed files with 50 additions and 1 deletions
-1
View File
@@ -8,4 +8,3 @@ VERSION
node_modules/
.DS_Store
Thumbs.db
.github/workflows/