From d92479942a01d495e1e900aa028c430922ae6e7b Mon Sep 17 00:00:00 2001 From: Daniel Siepmann Date: Tue, 7 May 2024 14:49:50 +0200 Subject: [PATCH] [TASK] Document that we follow semantic versioning (#1288) Resolves: #145 --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index b3236d9..3c62126 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,10 @@ You can also use this extension to manage your collection of delicious teas. The following is a list of our code and technical philosophies only. https://typo3.org/community/teams/best-practices provides an overview on how we work in general. +### Semantic Versioning + +The project follows [Semantic Versioning](https://semver.org/). + ### Align with TYPO3 core We align all decisions with the TYPO3 core, whenever applicable.