Commit f348b2d
fix: fix check_release workflow to actually validate releases
- Was a no-op: 'push' event never fires when called via workflow_call from release
- Validate bare semver tag format (e.g. 1.2.3, not v1.2.3)
- Validate release targets main, hotfix/*, or release/* branch
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent b8bd42e commit f348b2d
1 file changed
+14
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
11 | | - | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
0 commit comments