jbonofre commented on code in PR #1922:
URL: https://github.com/apache/fluss/pull/1922#discussion_r2493362019
##########
tools/releasing/create_binary_release.sh:
##########
@@ -68,7 +68,11 @@ make_binary_release() {
$MVN clean package -Prelease -am -Dgpg.skip -Dcheckstyle.skip=true
-DskipTests
cd fluss-dist/target/fluss-${RELEASE_VERSION}-bin
+ cp ${FLUSS_DIR}/LICENSE ./fluss-${RELEASE_VERSION}/LICENSE
Review Comment:
That's the `LICENSE` from the source distribution right ?
I guess we need a specific one for the binary distribution (as we bundle
dependencies).
Maybe we can do another PR specifically for `LICENSE` and `NOTICE` in the
binary distribution.
--
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]