Commit Graph

1 Commits

Author SHA1 Message Date
Claude 995f5737fc Add workflow_dispatch workflow to create releases from GitHub UI
Adds a "Create Release" workflow that can be triggered manually from the
Actions tab. It takes a version string, validates the format, checks for
duplicate tags, runs tests, updates manifest.json, commits, tags, and
pushes — which then triggers the existing release workflow to build and
publish the artifact.

https://claude.ai/code/session_0158SxS2ATe6PL8zTpsoHRFn
2026-02-07 22:49:07 +00:00