[KYUUBI-SHADED #43] Enhance release scripts

### _Why are the changes needed?_

This PR backports the following release script enhancement from apache/kyuubi repo.

- https://github.com/apache/kyuubi/pull/5308
- https://github.com/apache/kyuubi/pull/6061

### _How was this patch tested?_
- [ ] Add some test cases that check the changes thoroughly including negative and positive cases if possible

- [ ] Add screenshots for manual tests if appropriate

- [ ] [Run test](https://kyuubi.readthedocs.io/en/master/develop_tools/testing.html#running-tests) locally before make a pull request

Closes #43 from pan3793/release-script.

f3a0a7a [Cheng Pan] Enhance releasing scripts

Authored-by: Cheng Pan <chengpan@apache.org>
Signed-off-by: Cheng Pan <chengpan@apache.org>
1 file changed
tree: 471e6bbf5c909999c1916d550356abd6a0607700
  1. .github/
  2. build/
  3. dev/
  4. kyuubi-relocated-force-shading/
  5. kyuubi-relocated-hive-metastore-client/
  6. kyuubi-relocated-hive-service-rpc/
  7. kyuubi-relocated-thrift/
  8. kyuubi-relocated-zookeeper-parent/
  9. .asf.yaml
  10. .gitattributes
  11. .gitignore
  12. .rat-excludes
  13. LICENSE
  14. NOTICE
  15. pom.xml
  16. README.md
README.md

Apache Kyuubi Shaded Dependencies

This project packages relocated third-party libraries used by Apache Kyuubi.

All relocated classes is under the package org.apache.kyuubi.shaded, and the binary artifacts' name start with kyuubi-relocated-.

DISCLAIMER

This project is for Apache Kyuubi internal use. Included libs and/or their versions are subject to change at the dictate of Kyuubi without regard to the concern of others!

About

Apache Kyuubi is an open source project of The Apache Software Foundation (ASF).