File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed
Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff 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
7777echo " 📝 Updating version in README.md shield links..."
7878run " 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
8581echo " "
8682echo " 📦 Committing version changes..."
87- run " git add package.json README.md TOOL_OPTIONS.md "
83+ run " git add package.json README.md"
8884run " git commit -m \" Release v$VERSION \" "
8985run " git tag \" v$VERSION \" "
9086
You can’t perform that action at this time.
0 commit comments