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 d1e4ec0 commit 133bd05Copy full SHA for 133bd05
scripts/release.sh
@@ -77,10 +77,6 @@ run "sed -i '' -E 's/@[0-9]+\.[0-9]+\.[0-9]+(-[a-zA-Z0-9]+\.[0-9]+)?(-[a-zA-Z0-9
77
echo "📝 Updating version in README.md shield links..."
78
run "sed -i '' -E 's/npm%3Axcodebuildmcp%40[0-9]+\.[0-9]+\.[0-9]+(-[a-zA-Z0-9]+\.[0-9]+)?(-[a-zA-Z0-9]+\.[0-9]+)*(-[a-zA-Z0-9]+)?/npm%3Axcodebuildmcp%40'"$VERSION"'/g' README.md"
79
80
-echo ""
81
-echo "📝 Updating version in TOOL_OPTIONS.md..."
82
-run "sed -i '' -E 's/@[0-9]+\.[0-9]+\.[0-9]+(-[a-zA-Z0-9]+\.[0-9]+)?(-[a-zA-Z0-9]+\.[0-9]+)*(-[a-zA-Z0-9]+)?/@'"$VERSION"'/g' docs/TOOL_OPTIONS.md"
83
-
84
# Git operations
85
echo ""
86
echo "📦 Committing version changes..."
0 commit comments