You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[CICD] Fix pre-release job and create new edge release process. (#985)
## Summary
This needed some changes for it to work again. Changes:
* Renamed to alpha
* Create a new tag of the form `ALPHA_TAG=0.0.0-alpha.$(date +%Y-%m-%d)`
This tag is semver.
* Run goreleaser --snapshot with this tag as version.
* Create/update github release with same name as tag.
This almost works with new CLI launcher. It has a regex that is not
completely accurate so it complains that a version ending in
`.2023-01-1` is not valid.
## How was it tested?
Github actions
0 commit comments