Merge "update_constraints.sh: Better describe what we're skipping"

This commit is contained in:
Zuul
2025-10-15 07:36:13 +00:00
committed by Gerrit Code Review

View File

@@ -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