docs(proposals/20231220-features-adoption-and-deprecation): only stable features deprecation require a major bump

Signed-off-by: Leonardo Grasso <me@leonardograsso.com>
This commit is contained in:
Leonardo Grasso 2024-01-10 16:02:46 +01:00 committed by poiana
parent 10a9c1d774
commit 865553dbe3

View File

@ -181,7 +181,7 @@ Regarding the above policies, component versioning must adhere to [Semantic Vers
Thus, given a version number `MAJOR.MINOR.PATCH` increment the:
- *MAJOR* version when the deprecation period ends, thus introducing incompatible user-facing or API changes.
- *MAJOR* version when the deprecation period of one or more _stable_ features ends, thus introducing incompatible user-facing or API changes.
- *MINOR* version when adding functionality in a backward-compatible manner.
- *PATCH* version when making backward-compatible bug fixes.