Skip to content

Commit e52f0ed

Browse files
authored
Merge branch 'main' into generator-bot-22667064504/resourcemanager
2 parents 876bf38 + 054d53b commit e52f0ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/update-service-tags.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ set -e
77
# in the following format e.g. v0.3.0
88

99
# Check all version files which have changed
10-
for file in $(git diff --name-only HEAD~1..HEAD | grep -E "(^services/[^/]+/VERSION$|^core/VERSION$)"); do
10+
for file in $(find . -print | sed 's|^./||' | grep -E "(^services/[^/]+/VERSION$|^core/VERSION$)"); do
1111

1212
# Extract the current version and build the expected tag
1313
dirpath=$(dirname "$file")

0 commit comments

Comments
 (0)