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
Medium, rcs are useful for managing release risk and ideally we can ship as many as we need before cutting the full release.
Additional Context
Oddly, the checkout step correctly sets the ref to the latest tag, so not sure why git describe --tags is resolving to rc1. We checked this on multiple local machines and each time it resolved to the correct tag (v0.53.0) locally.
The text was updated successfully, but these errors were encountered:
Environment
Device and OS: CI
App version: v0.53.0
Kubernetes distro being used: N/A
Other:
Steps to reproduce
Expected result
build-release
matches the v0.53.0 tag and builds Zarf with the correctly tagged version.Actual Result
build-release
Build CLI step matches...-rc1
and fails to upload because the rc version already exists.Visual Proof (screenshots, videos, text, etc)
Severity/Priority
Medium, rcs are useful for managing release risk and ideally we can ship as many as we need before cutting the full release.
Additional Context
Oddly, the checkout step correctly sets the ref to the latest tag, so not sure why
git describe --tags
is resolving to rc1. We checked this on multiple local machines and each time it resolved to the correct tag (v0.53.0) locally.The text was updated successfully, but these errors were encountered: