-
Type: Sub-task
-
Resolution: Fixed
-
Priority: Unknown
-
Affects Version/s: None
-
Component/s: None
- Using workflow_dispatch with a string input for controlling "release-as"
- We will accept the entire version string, but we will put validation into the action to prevent releasing non-alpha versions
- Version must match pattern: X.Y.Z-alpha.#
- The workflow will release a new alpha from the target branch
- Defaults to main, selectable in the UI
- Like nightlies, alphas will not have a release commit or git tag
- This will not work for our bindings libraries - future problem (bundle native builds just for alphas?)