mirror of
https://github.com/nextcloud/talk-android
synced 2025-03-05 22:05:11 +00:00
make versioning example a table layout
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
parent
95b5d29846
commit
1f4c7a4a15
@ -353,12 +353,14 @@ For _stable_ and _release candidate_ the version name follows the [semantic vers
|
||||

|
||||
|
||||
Examples for different versions:
|
||||
* 1.0.0 ```10000099```
|
||||
* 8.12.2 ```80120290```
|
||||
* 9.8.4-Alpha18 ```90080418```
|
||||
* 11.2.0-rc1 ```110020051```
|
||||
version name|version code
|
||||
---|---
|
||||
1.0.0|```10000099```
|
||||
8.12.2|```80120290```
|
||||
9.8.4-Alpha18|```90080418```
|
||||
11.2.0-rc1|```110020051```
|
||||
|
||||
beware, that beta releases for an upcoming version will always use the minor and hotfix version of the release they are targeting. So to make sure the version code of the upcoming stable release will always be higher stable releases set the 2 beta digits to '90'-'99' as seen above in the examples. For major versions, as we're not a library and thus 'incompatible API changes' is not something that happens, decisions are essentially marketing-based. If we deem a release to be very impactful, we might increase the major version number.
|
||||
Beware that beta releases for an upcoming version will always use the minor and hotfix version of the release they are targeting. So to make sure the version code of the upcoming stable release will always be higher stable releases set the 2 beta digits to '90'-'99' as seen above in the examples. For major versions, as we're not a library and thus 'incompatible API changes' is not something that happens, decisions are essentially marketing-based. If we deem a release to be very impactful, we might increase the major version number.
|
||||
|
||||
## Release cycle
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user