Fix/beta workflow version check (#1131)

* fix(workflows): prevent beta release for non-beta versions

* fix(workflows): address copilot PR review feedback

- Support iterative beta versions (7.6.0-beta.1 -> 7.6.0-beta.2)
- Remove tag trigger from beta workflow to prevent premature releases
- Fix tag format in docs/summaries to include 'v' prefix
- Clarify deployment approval wording
This commit is contained in:
Alex Sparkes
2026-01-25 17:46:15 +00:00
committed by GitHub
parent 896816c185
commit bc9cf3c11e
5 changed files with 41 additions and 23 deletions

View File

@@ -263,7 +263,7 @@ When beta is stable:
7. Manually trigger store submission:
```
Actions → Submit → Run workflow
- Enter version tag (e.g., 7.6.0)
- Enter version tag (e.g., v7.6.0)
```
#### 4. Emergency Hotfix