% cloudron versions add
Error: Bad changelog format or missing changelog for this version
'CHANGELOG' is present :
* 1.0.0
- Initial release
But I don't see any mention in cloudron docs what format is expected.
Maybe error is because this test community app has a CloudronManifest.json entry of :
"changelog": "file://CHANGELOG",
Does 'cloudron versions add' not recognise/support this way of doing it ?
EDIT : I changed CloudronManifest.json to read :
"changelog": "v1.0.0 - Initial release",
Then 'cloudron versions add' worked
Not suggesting anything needs fixing as such. But potential mismatch of usage. Simple text string is easier - but it won't be practical for complex changelog descriptions.
And this cheat works :
"changelog": "see CHANGELOG",
Not sure I should be cheating, but ...