Invalid CloudronManifest.json: Format validation failed (not a semver) @ /version
Solved
Help Wanted or Offered
-
Anyone knows what is this error ?
I have already packaged cloudron app for personal use before and never had an issue with this, I thought maybe my json does not validate but it does,
so this must be cloudron specific or something ?the app I'm packaging has no release, no version number, so the version I put in the manifest is purely arbitrary, does the "semver" issue comes from my app or comes from something cloudron expect my manifest to have ?
-
@rmdes
version need to be complete:1.1.0
here you can find more info:
https://semver.org/
https://docs.cloudron.io/packaging/manifest/#version -
@moocloud_matt Damned, I should have figured this out!
Thanks for pointing me out in the right direction !