apify-cli icon indicating copy to clipboard operation
apify-cli copied to clipboard

Use SemVer versioning instead of `MAJOR.MINOR`

Open clemlesne opened this issue 2 years ago • 2 comments

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

clemlesne avatar Oct 16 '23 09:10 clemlesne

Hi @clemlesne, thank you for reporting this. Unfortunately, semantic versioning, as described, is not currently supported. However, we plan to fix this and introduce the new versioning system for Actors with the support of SemVer. I don't have an exact date yet.

CC @fnesveda

mtrunkat avatar Oct 17 '23 12:10 mtrunkat

I see. This constraint would be important for me to be resolved.

clemlesne avatar Oct 18 '23 13:10 clemlesne