From 9ddcf709ba3408ac4dc6c18df9fbfe35b7d12063 Mon Sep 17 00:00:00 2001 From: Carles Cufi Date: Thu, 31 Aug 2023 15:32:01 +0200 Subject: [PATCH] schema: Update instructions when modifying the schema The instructions were out of date, since the version test now uses the _VALID_SCHEMA_VERS array from manifest.py. Signed-off-by: Carles Cufi --- src/west/manifest-schema.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/west/manifest-schema.yml b/src/west/manifest-schema.yml index db3130c..b964ef9 100644 --- a/src/west/manifest-schema.yml +++ b/src/west/manifest-schema.yml @@ -13,8 +13,8 @@ # # DO NOT CHANGE THIS FILE WITHOUT: # -# - updating west.manifest.SCHEMA_VERSION -# - updating test_version_check_success() in test_manifest.py +# - updating west.manifest.SCHEMA_VERSION and +# west.manifest._VALID_SCHEMA_VERS # - reviewing and updating sphinx documentation # # --------------------------------------------------------------