coder / envbuilder

Build development environments from a Dockerfile on Docker, Kubernetes, and OpenShift. Enable developers to modify their development environment quickly.
Apache License 2.0
130 stars 25 forks source link

fix(scripts): correct output of version.sh #304

Closed johnstcn closed 1 month ago

johnstcn commented 1 month ago

We had been tagging all dev versions as v0 even though there is an annotated tag on main. Also updates the release workflow to enforce the annotated tag checking.

johnstcn commented 1 month ago

duplicate of #303; already merged this!