Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 881 Bytes

deployment.md

File metadata and controls

22 lines (13 loc) · 881 Bytes

Deployment

We provide 3 different types of release builds:

  • development (dev)
  • staging (beta)
  • production (stable)

Versioning

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.

Git branch/Tag

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.

Upload release files

We use ghr to upload files to our repository. A binary version is available inside scripts.