Skip to content

Commit 69220de

Browse files
committed
Fix release script
Fix release script
1 parent d1e4ec0 commit 69220de

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

scripts/release.sh

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -77,14 +77,10 @@ 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..."
87-
run "git add package.json README.md TOOL_OPTIONS.md"
83+
run "git add package.json README.md"
8884
run "git commit -m \"Release v$VERSION\""
8985
run "git tag \"v$VERSION\""
9086

0 commit comments

Comments
 (0)