4 Commits

Author SHA1 Message Date
Devraj Mehta
bf52dcb0f1 Fix: fetch new tag before updating major version tag
gh release create creates the tag on the remote, so we need to fetch
it before we can reference it locally for the major version tag update.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-03-10 22:00:28 -04:00
Devraj Mehta
95516055b3 Fix runner name 2026-03-10 21:48:07 -04:00
Devraj Mehta
d278e42d43 Add release workflow
Add a workflow_dispatch workflow that bumps the version (patch/minor/major),
creates a GitHub release with auto-generated notes, and updates the major
version tag.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-03-10 21:45:33 -04:00
Devraj Mehta
96dccc5ccc 💥 2026-03-10 14:29:42 -04:00