We have automatic version setting for local development testing. Experimental CLI releases created with the release-canary.yml action have a version with the format 0.0.0-pr.<PR number>.<commit hash>, though, so our automatic version setting didn't work. This PR does a quick update of that.
I hereby confirm that I followed the code guidelines found at engineering guidelines
Affected Components
Notes for the Reviewer
The backend now has different behavior depending on the CLI version that's used (in particular, the MQTT WebSocket topic format with https://github.com/checkly/checkly-cli/pull/952).
We have automatic version setting for local development testing. Experimental CLI releases created with the release-canary.yml action have a version with the format
0.0.0-pr.<PR number>.<commit hash>
, though, so our automatic version setting didn't work. This PR does a quick update of that.