Use SemVer versioning instead of MAJOR.MINOR
#391
Labels
backend
Issues related to the platform backend.
t-platform
Issues with this label are in the ownership of the platform team.
During my GitHub Actions builds, I'm using a shared version number (binaries, containers, serverless, doc, …). The version is formatted with the SemVer norm,
x.y.x-a.b
.I cannot use my version number with the Apify CLI build because it returns the error
Error: Version number must be MAJOR.MINOR, where MAJOR and MINOR is a number in range from 0 to 99.
.Versions:
apify-cli/0.18.1
The text was updated successfully, but these errors were encountered: