Skip to content

Commit 4cc5367

Browse files
committed
chore(release): update backend and manager dashboard
- add script to check for submodule tags
1 parent 19d7be6 commit 4cc5367

4 files changed

Lines changed: 7 additions & 4 deletions

File tree

.gitmodules

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
[submodule "mapswipe-backend"]
66
path = backend
77
url = git@github.com:mapswipe/mapswipe-backend.git
8-
branch = v0.2.5
8+
branch = v0.2.6
99
[submodule "community-dashboard"]
1010
path = community-dashboard
1111
url = git@github.com:mapswipe/community-dashboard.git
1212
branch = v0.2.2
1313
[submodule "manager-dashboard"]
1414
path = manager-dashboard
1515
url = git@github.com:mapswipe/manager-dashboard.git
16-
branch = v0.2.3
16+
branch = v0.2.4
1717
[submodule "website"]
1818
path = website
1919
url = git@github.com:mapswipe/website.git

manager-dashboard

Submodule manager-dashboard updated 33 files

scripts/sub-module-view-tags.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/bin/bash -x
2+
3+
git submodule foreach 'git describe --exact-match --tags'

0 commit comments

Comments
 (0)