You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kyuubi.apache.org by GitBox <gi...@apache.org> on 2021/12/03 04:48:31 UTC

[GitHub] [incubator-kyuubi] turboFei commented on a change in pull request #1487: Correct the KEYS link and add script to generate vote and announcement

turboFei commented on a change in pull request #1487:
URL: https://github.com/apache/incubator-kyuubi/pull/1487#discussion_r761644115



##########
File path: build/release/script/announce.sh
##########
@@ -15,17 +17,31 @@
 # limitations under the License.
 #
 
-Title: [ANNOUNCE] Apache Kyuubi (Incubating) released {release_version}
+set -o pipefail
+set -e
 
-Content:
-Hi all,
+RELEASE_DIR="$(cd "$(dirname "$0")"/..; pwd)"
+
+######### Please modify the variables ##########
+release_version=v1.4.0-incubating

Review comment:
       I will leave them be empty by defaults.




-- 
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: commits-unsubscribe@kyuubi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org