Semvar check for published orbs is invalid (or poorly documented)


a valid semvar is 1.0.0-alpha.1

However, when trying to publish an orb with a similar semvar I get the following error:

Error: Invalid version specified for publishing: 0.0.1-alpha (expected either a semver-style version string in x.y.z format, or a development-style version string in dev:* format.)
Exited with code 255

You are correct this should be better documented. I’ll look into that.