We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b6d0ab commit 873adc7Copy full SHA for 873adc7
scripts/update-service-tags.sh
@@ -7,7 +7,8 @@ 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 VERSION); do
+for file in $(git diff --name-only HEAD~1..HEAD | grep -E "(^services/[^/]+/VERSION$|^core/VERSION$)"); do
11
+
12
# Extract the current version and build the expected tag
13
dirpath=$(dirname $file)
14
version_path="$dirpath/VERSION"
0 commit comments