luoyuxia commented on code in PR #300:
URL: https://github.com/apache/fluss-rust/pull/300#discussion_r2806615474
##########
.github/workflows/release_python.yml:
##########
@@ -78,6 +81,9 @@ jobs:
steps:
- uses: actions/checkout@v4
+ - name: Generate Python README
+ run: python3 bindings/python/generate_readme.py
Review Comment:
seems it only generate read me for python. Howabout rust and cpp?
##########
bindings/cpp/README.md:
##########
@@ -1,21 +1,3 @@
-<!--
Review Comment:
curious about why we remove the licenese? Seems our license check didn't
check markdown files?
##########
website/docs/developer-guide/release.md:
##########
@@ -0,0 +1,181 @@
+# Release
Review Comment:
how to create a release and how to verify a release may not suitable to be
in developer guide. Maybe in `How to Relase` just like fluss doc?
https://fluss.apache.org/community/how-to-release/creating-a-fluss-release/
--
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]