docs: add releases distributions support
This commit is contained in:
parent
fd709f74fc
commit
b5267068e4
3 changed files with 32 additions and 21 deletions
27
docs/developer-manual/development/releases.md
Normal file
27
docs/developer-manual/development/releases.md
Normal file
|
@ -0,0 +1,27 @@
|
|||
---
|
||||
title: Releases
|
||||
---
|
||||
|
||||
## Distributions releases support
|
||||
|
||||
New releases target the current stable distributions release, and development should prepare for future stable distributions releases.
|
||||
|
||||
- We recommend installing LibreTime on the current stable distributions.
|
||||
- Maintenance only releases will provide bug and security fixes for stable and old stable distributions.
|
||||
|
||||
| | Ubuntu 18.04 | Debian 10 | Ubuntu 20.04 | Debian 11 |
|
||||
| ------------ | :----------: | :---------: | :----------: | :---------: |
|
||||
| Release date | 2018-04-26 | 2019-07-06 | 2020-04-23 | 2021-08-14 |
|
||||
| End of life | 2023-04 | 2024-06 | 2025-04 | 2026-06 |
|
||||
| Versions | | | | |
|
||||
| 3.0.x | maintenance | maintenance | recommended | recommended |
|
||||
|
||||
## Versioning schema
|
||||
|
||||
We follow the [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standards.
|
||||
|
||||
In a nutshell, given a version number `MAJOR.MINOR.PATCH` we increment the:
|
||||
|
||||
1. `MAJOR` version when we make incompatible API changes,
|
||||
2. `MINOR` version when we add functionality in a backwards-compatible manner, and
|
||||
3. `PATCH` version when we make backwards-compatible bug fixes.
|
Loading…
Add table
Add a link
Reference in a new issue