Skip to content

Commit 133bd05

Browse files
committed
Fix release script
1 parent d1e4ec0 commit 133bd05

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

scripts/release.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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
7777
echo "📝 Updating version in README.md shield links..."
7878
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"
7979

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-
8480
# Git operations
8581
echo ""
8682
echo "📦 Committing version changes..."

0 commit comments

Comments
 (0)