From 9feaf208fe5d594dd7d89c362876a24f10c80576 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Wed, 30 Sep 2020 12:57:09 +0200 Subject: [PATCH] Add a hint about semantic versions Signed-off-by: Joas Schilling --- developer_manual/app_development/info.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/developer_manual/app_development/info.rst b/developer_manual/app_development/info.rst index cf8a201ef..8c1b4cb78 100644 --- a/developer_manual/app_development/info.rst +++ b/developer_manual/app_development/info.rst @@ -167,6 +167,11 @@ description version * required * must be a `semantic version `_ without build metadata, e.g. 9.0.1 or 9.1.0-alpha.1 + * semantic version also means: + + * when you add a new Nextcloud version as a supported version, you bump the minor version (second number) + * when you remove a Nextcloud version from the supported versions, you bump the major version (first number) + licence * required * must contain **agpl**, **mpl*** and/or **apache** as the only valid values. These refer to the AGPLv3, MPL 2.0 and Apache License 2.0