chore: prep 0.12.0-beta.1 prerelease workflow

This commit is contained in:
2026-04-09 00:26:38 -07:00
committed by sudacode
parent 1ad29f0625
commit 09425e8e67
10 changed files with 732 additions and 6 deletions

View File

@@ -4,6 +4,9 @@ on:
push:
tags:
- 'v*'
tags-ignore:
- 'v*-beta.*'
- 'v*-rc.*'
concurrency:
group: release-${{ github.ref }}