From 08606454973c2a8085701d553868ec5f344a1723 Mon Sep 17 00:00:00 2001 From: Tom Ootes Date: Thu, 26 Mar 2026 14:24:36 +0100 Subject: [PATCH 1/2] Add .editorconfig for consistent line length --- .editorconfig | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..9423c72 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,4 @@ +root = true + +[*.rst] +max_line_length = 72 From fb7f6e2252d1ff4492854a1557ba4d4d37b1a440 Mon Sep 17 00:00:00 2001 From: Tom Ootes Date: Thu, 26 Mar 2026 14:25:41 +0100 Subject: [PATCH 2/2] Add extra description for releaseDate --- docs/de/schema.core.rst | 2 ++ docs/fr/schema.core.rst | 2 ++ docs/it/schema.core.rst | 2 ++ docs/standard/schema.core.rst | 2 ++ 4 files changed, 8 insertions(+) diff --git a/docs/de/schema.core.rst b/docs/de/schema.core.rst index b8012f4..3ade61a 100644 --- a/docs/de/schema.core.rst +++ b/docs/de/schema.core.rst @@ -111,6 +111,8 @@ Key ``releaseDate`` - Example: ``"2017-04-15"`` This key contains the date at which the latest version was released. +This key is optional if you practice continuous integration and you're +releasing often. Key ``logo`` ~~~~~~~~~~~~ diff --git a/docs/fr/schema.core.rst b/docs/fr/schema.core.rst index 14a3246..afa6518 100644 --- a/docs/fr/schema.core.rst +++ b/docs/fr/schema.core.rst @@ -113,6 +113,8 @@ Clé ``releaseDate`` - Exemple: ``"2017-04-15"`` Cette clé contient la date à laquelle la dernière version a été publiée. +Cette clé est facultative si vous pratiquez l'intégration continue et +que vous publiez souvent. Clé ``logo`` ~~~~~~~~~~~~ diff --git a/docs/it/schema.core.rst b/docs/it/schema.core.rst index 5ec4692..2cdfcd5 100644 --- a/docs/it/schema.core.rst +++ b/docs/it/schema.core.rst @@ -122,6 +122,8 @@ Chiave ``releaseDate`` - Esempio: ``"2017-04-15"`` Questa chiave contiene la data di ultimo rilascio del software. +Questa chiave è opzionale se si pratica l'integrazione continua e si +rilascia frequentemente. Chiave ``logo`` ~~~~~~~~~~~~~~~ diff --git a/docs/standard/schema.core.rst b/docs/standard/schema.core.rst index a2c36c4..d9a6f07 100644 --- a/docs/standard/schema.core.rst +++ b/docs/standard/schema.core.rst @@ -114,6 +114,8 @@ Key ``releaseDate`` - Example: ``"2017-04-15"`` This key contains the date at which the latest version was released. +This key is optional if you practice continuous integration and you're +releasing often. Key ``logo`` ~~~~~~~~~~~~