From 4cc5367707aa5397071829963ce8ac928e0e2b5c Mon Sep 17 00:00:00 2001 From: tnagorra Date: Fri, 17 Oct 2025 19:50:04 +0545 Subject: [PATCH 1/2] chore(release): update backend and manager dashboard - add script to check for submodule tags --- .gitmodules | 4 ++-- backend | 2 +- manager-dashboard | 2 +- scripts/sub-module-view-tags.sh | 3 +++ 4 files changed, 7 insertions(+), 4 deletions(-) create mode 100755 scripts/sub-module-view-tags.sh diff --git a/.gitmodules b/.gitmodules index 432530c..37adf3a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -5,7 +5,7 @@ [submodule "mapswipe-backend"] path = backend url = git@github.com:mapswipe/mapswipe-backend.git - branch = v0.2.5 + branch = v0.2.6 [submodule "community-dashboard"] path = community-dashboard url = git@github.com:mapswipe/community-dashboard.git @@ -13,7 +13,7 @@ [submodule "manager-dashboard"] path = manager-dashboard url = git@github.com:mapswipe/manager-dashboard.git - branch = v0.2.3 + branch = v0.2.4 [submodule "website"] path = website url = git@github.com:mapswipe/website.git diff --git a/backend b/backend index 47ff5e5..d37092c 160000 --- a/backend +++ b/backend @@ -1 +1 @@ -Subproject commit 47ff5e52b3f744ed91f0e538043ccb28c6cebcc9 +Subproject commit d37092c7f7c2ccd422ad49a2631e8a12aba3e1ae diff --git a/manager-dashboard b/manager-dashboard index 1e71400..a1d2549 160000 --- a/manager-dashboard +++ b/manager-dashboard @@ -1 +1 @@ -Subproject commit 1e71400fb589da1089510065145ca0da1dfdb3f9 +Subproject commit a1d2549f8e10ae7f57b9a895d715dac399fdc6a0 diff --git a/scripts/sub-module-view-tags.sh b/scripts/sub-module-view-tags.sh new file mode 100755 index 0000000..1a4fcda --- /dev/null +++ b/scripts/sub-module-view-tags.sh @@ -0,0 +1,3 @@ +#!/bin/bash -x + +git submodule foreach 'git describe --exact-match --tags' From 005635960681fda7cd75db54a29441fd39c163ae Mon Sep 17 00:00:00 2001 From: tnagorra Date: Fri, 17 Oct 2025 19:51:06 +0545 Subject: [PATCH 2/2] chore(website): remove website as it's not deployed together --- .gitmodules | 3 --- website | 1 - 2 files changed, 4 deletions(-) delete mode 160000 website diff --git a/.gitmodules b/.gitmodules index 37adf3a..7746f77 100644 --- a/.gitmodules +++ b/.gitmodules @@ -14,6 +14,3 @@ path = manager-dashboard url = git@github.com:mapswipe/manager-dashboard.git branch = v0.2.4 -[submodule "website"] - path = website - url = git@github.com:mapswipe/website.git diff --git a/website b/website deleted file mode 160000 index cdef0d5..0000000 --- a/website +++ /dev/null @@ -1 +0,0 @@ -Subproject commit cdef0d59afc44162f9dcdd7df4c0361b3a56e141