yuqi1129 commented on code in PR #7069:
URL: https://github.com/apache/gravitino/pull/7069#discussion_r2059416521


##########
dev/release/release-tag.sh:
##########
@@ -92,9 +101,14 @@ echo "Creating tag $RELEASE_TAG at the head of $GIT_BRANCH"
 git tag $RELEASE_TAG
 
 # Create next version
-sed -i".tmp4" 's/version = .*$/version = '"$NEXT_VERSION"'/g' gradle.properties
-sed -i".tmp5" 's/    version=.*$/    
version="'"$PYGRAVITINO_NEXT_VERSION"'",/g' clients/client-python/setup.py
-sed -i".tmp6" 's/^version = .*$/version = \"'"$NEXT_VERSION"'\"/g' 
clients/filesystem-fuse/Cargo.toml
+sed -i".tmp6" 's/version = .*$/version = '"$NEXT_VERSION"'/g' gradle.properties

Review Comment:
   The pattern `-i".tmp"`(no space between `-i` and `".tmp6"` is only 
applicable on macOS and will failed in Linux.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to