mirror of
https://github.com/mue/mue.git
synced 2026-07-22 16:27:32 +02:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user