Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/documentation.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2022-11-11 17:37:34 +0300
committerGitHub <noreply@github.com>2022-11-11 17:37:34 +0300
commit09e6b9c05626da7c0e48aa5daa87f5d9f580d85e (patch)
tree84001b473e12f1769537de827aa106380f70e64d
parent8f24d6bf90cd93dfd10bb5050adc1e44cd2fa157 (diff)
parent9a8e8cbee692e39eff79afe13a3c0eb754d363cc (diff)
Merge pull request #9323 from nextcloud/DaphneMuller-patch-1
-rw-r--r--conf.py3
-rw-r--r--developer_manual/prologue/compatibility_app_ecosystem.rst2
2 files changed, 5 insertions, 0 deletions
diff --git a/conf.py b/conf.py
index e5bf31069..b5b6f3a68 100644
--- a/conf.py
+++ b/conf.py
@@ -38,6 +38,9 @@ rst_epilog = '.. |version| replace:: %s' % version
# building the versions list
version_start = 23 # THIS IS THE SUPPORTED VERSION NUMBER
version_stable = 25 # INCREASE THIS NUMBER TO THE LATEST STABLE VERSION NUMBER
+
+# Also search for "TODO ON RELEASE" in the rst files
+
def generateVersionsDocs(current_docs):
versions_doc = []
for v in range(version_start, version_stable + 1):
diff --git a/developer_manual/prologue/compatibility_app_ecosystem.rst b/developer_manual/prologue/compatibility_app_ecosystem.rst
index f218d47ac..e6cb6d922 100644
--- a/developer_manual/prologue/compatibility_app_ecosystem.rst
+++ b/developer_manual/prologue/compatibility_app_ecosystem.rst
@@ -19,6 +19,8 @@ There are three procedures in place to facilitate communication to app developer
1. The definition of done of a pull request includes documentation.
This means the development of your pull request cannot be considered done if you introduced changes that affect app developers that you did not document.
+.. TODO ON RELEASE: Change the link to the follow up issue
+
2. A change that affects app developers, has to be reported and documented by the author of the pull request in the `Changes for developers and administrators issue <https://github.com/nextcloud/server/issues/34692>`_.
The requirements for this documentation are: