mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-29 07:56:29 +00:00
Fix typos
This commit is contained in:
parent
86f88aae0a
commit
8bb3732934
@ -1,11 +1,13 @@
|
|||||||
# Deployment
|
# Deployment
|
||||||
|
|
||||||
We know 3 types of release builds:
|
We provide 3 different types of release builds:
|
||||||
|
|
||||||
- development (beta/dev)
|
- development (beta/dev)
|
||||||
- staging (rc)
|
- staging (rc)
|
||||||
- production (stable)
|
- production (stable)
|
||||||
|
|
||||||
## Versioning
|
## Versioning
|
||||||
|
|
||||||
The format of version is *MAJOR.BUILD*. Everytime we create a new release with same userland, we bump the build number.
|
The format of version is *MAJOR.BUILD*. Everytime we create a new release with same userland, we bump the build number.
|
||||||
The development use here own major number they will be bump for the stable version and the development version go to next major number.
|
The development use here own major number they will be bump for the stable version and the development version go to next major number.
|
||||||
|
|
||||||
@ -16,11 +18,11 @@ The development use here own major number they will be bump for the stable versi
|
|||||||
3.x = stable
|
3.x = stable
|
||||||
```
|
```
|
||||||
|
|
||||||
## GIT Branch/Tag
|
## Git branch/Tag
|
||||||
The branch `dev` ist the actual development branch and from there we never make a release. The `master` branch hould the development
|
|
||||||
version from they we build a beta release.
|
|
||||||
|
|
||||||
If we create a new staging/productive release, we create a new branch `rel-{MAJOR}`. They will be used for the hole cycle of this release.
|
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 staging/productive release, we create a new branch `rel-{MAJOR}`. They will be used for the whole cycle of this release.
|
||||||
|
|
||||||
## Upload release files
|
## Upload release files
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user