From c79b7f3bbd0c4b5dae315e6b831ab54b60e0bff0 Mon Sep 17 00:00:00 2001 From: Vinayak Kariappa Chettimada Date: Thu, 26 Oct 2023 19:47:40 +0200 Subject: [PATCH] scripts: Add sidewalk to tag_west_repos.sh Add sidewalk to tag_west_repos.sh. Signed-off-by: Vinayak Kariappa Chettimada --- scripts/tag_west_repos.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/tag_west_repos.sh b/scripts/tag_west_repos.sh index fbe30e493a74..d816076bb5cb 100755 --- a/scripts/tag_west_repos.sh +++ b/scripts/tag_west_repos.sh @@ -44,6 +44,7 @@ declare -A PROJECT_TAGS # nrfx/nRF/srcx repositories: vX.Y.Z(-rcN) PROJECT_TAGS[nrfxlib]="" PROJECT_TAGS[find-my]="" +PROJECT_TAGS[sidewalk]="" PROJECT_TAGS[matter]="" PROJECT_TAGS[nrf-802154]=""