For the BB3 there are different release types defined and published (on GitHub) in human and machine readable format.
This allows users to (automatically) subscribe to the release type they are interested in.
This combined with other features (#215) will make sure users update faster and we get faster feedback on test versions.
Proposed release types:
STABLE: Equal to current releases. These follow semver.org convention (major.minor.patch)
TEST: Beta versions, release candidates, etc. Community feedback on these are very welcome. These have the convention: major.minor.patch.
DEVEL of NIGHTLY: Frequent releases, for the brave at hart. These have the convention: major.minor.patch.devel-
Depending on the software required for the build, github/travis could possibly automate (some) of these releases.
For the BB3 there are different release types defined and published (on GitHub) in human and machine readable format. This allows users to (automatically) subscribe to the release type they are interested in. This combined with other features (#215) will make sure users update faster and we get faster feedback on test versions.
Proposed release types:
Depending on the software required for the build, github/travis could possibly automate (some) of these releases.