fix: update deprecation warning messages to reflect removal in v1.0.0

This commit is contained in:
GitHub Actions
2025-12-21 21:44:19 +00:00
parent 2c4d6e302c
commit c3d9e70ac1
12 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ set -euo pipefail
# ⚠️ DEPRECATED: This script is deprecated and will be removed in v2.0.0
# Please use: .github/skills/scripts/skill-runner.sh test-frontend-coverage
# For more info: docs/AGENT_SKILLS_MIGRATION.md
echo "⚠️ WARNING: This script is deprecated and will be removed in v2.0.0" >&2
echo "⚠️ WARNING: This script is deprecated and will be removed in v1.0.0" >&2
echo " Please use: .github/skills/scripts/skill-runner.sh test-frontend-coverage" >&2
echo " For more info: docs/AGENT_SKILLS_MIGRATION.md" >&2
echo "" >&2