We provide 3 different types of release builds:
- development (dev)
- staging (beta)
- production (stable)
The format of version is MAJOR.BUILD. Everytime we create a new release with same userland, we bump the build number. The development number they will be bump for the stable release version and the development version go to next major number.
The branch dev
ist the actual development branch and from there we never make a release. The master
branch contains the development version and from there we build a beta release.
If we create a new productive/staging release, we create a new branch rel-{MAJOR}
. They will be used for the whole cycle of this release.
We use ghr to upload files to our repository. A binary version is available inside scripts
.