From 14122b7d16baf60404649845ffd90091f3104ffe Mon Sep 17 00:00:00 2001 From: Tim Burke Date: Thu, 4 Sep 2025 16:04:08 -0700 Subject: [PATCH] update_constraints.sh: Better describe what we're skipping Change-Id: I9f616f6eaed0546bc6741c93d5a54b8a76fca7a0 Signed-off-by: Tim Burke --- .../files/release-tools/update_constraints.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/copy-release-tools-scripts/files/release-tools/update_constraints.sh b/roles/copy-release-tools-scripts/files/release-tools/update_constraints.sh index a3e05e3f75..9f0298f57b 100755 --- a/roles/copy-release-tools-scripts/files/release-tools/update_constraints.sh +++ b/roles/copy-release-tools-scripts/files/release-tools/update_constraints.sh @@ -56,7 +56,7 @@ VERSION=$1 TAG_META=$(git show --no-patch "$VERSION" | grep '^meta:' || true) if [[ -z "$TAG_META" ]]; then echo "WARNING: Missing meta lines in $VERSION tag message," - echo " skipping announcement." + echo " skipping constraints update." echo echo "Was the tag for $VERSION created with release.sh?" exit 0