appstore
appstore copied to clipboard
Channels
With 0.2.0 I've added the possibility to publish pre-releases like alphas and betas in addition to nightlies. We basically support the full semver spec except build metadata (which does not make sense for these apps IMHO)
We now have 3 different stability levels: stable, pre-release and nightly. It would be cool if you could change between those 3 states on the website, similar maybe to http://download.cyanogenmod.org/ but not global but on per app basis
@janibonnevier @LukasReschke @MorrisJobke @rullzer @ChristophWurst
Also cc you here @brantje
This stuff also includes the issue of what has to be versioned on the app release. Currently for instance this stuff is only kept on the app https://github.com/nextcloud/appstore/blob/master/nextcloudappstore/core/models.py#L60
Out of all the possible attributes these are probably the ones that are interesting to version:
- description
- user_docs
- admin_docs
- developer_docs
- authors
I'm unsure about the following ones:
- summary
- website
- issue_tracker
- name