FMX commented on code in PR #67: URL: https://github.com/apache/celeborn-website/pull/67#discussion_r1637599694
########## docs/community/release_guide.md: ########## @@ -175,6 +175,45 @@ After cutting release branch, don't forget bump version in `main` branch. export RELEASE_RC_NO=<RC number, e.g. 0> ``` +- Check License and Notice + +Build a release package and check license and notice with the binary package's jars directory instead of the pom.xml. +```shell +./buile/make-distribution.sh --release --sbt-enabled +``` +According to the Apache License section 4, the principal of License and Notice is as following: Review Comment: Added the hyperlink. The following text is not a reference, it's a conclusion. Ping @pan3793 -- 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]
