We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3b04bc commit 054d53bCopy full SHA for 054d53b
scripts/update-service-tags.sh
@@ -7,7 +7,7 @@ set -e
7
# in the following format e.g. v0.3.0
8
9
# 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
+for file in $(find . -print | sed 's|^./||' | grep -E "(^services/[^/]+/VERSION$|^core/VERSION$)"); do
11
12
# Extract the current version and build the expected tag
13
dirpath=$(dirname "$file")
0 commit comments