RobertIndie commented on code in PR #176:
URL: 
https://github.com/apache/pulsar-client-python/pull/176#discussion_r1431178417


##########
RELEASE.md:
##########
@@ -71,7 +71,7 @@ For patch releases (`X.Y.Z`), you need to reuse the existing 
branch:
 
 ```bash
 git checkout branch-X.Y
-sed -i 's/__version__.*/__version__=X.Y.Z/' pulsar/__about__.py
+sed -i "s/__version__.*/__version__=\"X.Y.Z\"/" pulsar/__about__.py

Review Comment:
   Thanks. I would like to recommend using Perl. It works for both macos and 
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