From 0ca2175012a7e776a18dcfd71366a5583bf688e7 Mon Sep 17 00:00:00 2001 From: Monday Date: Sat, 26 Mar 2022 04:03:32 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- livy.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/livy.yaml b/livy.yaml index e78c18b..48326f4 100644 --- a/livy.yaml +++ b/livy.yaml @@ -1,4 +1,5 @@ version_control: github src_repo: apache/incubator-livy -tag_prefix: "^v\d\.\d\.\d-incubating" +tag_pattern: "v(.*)-incubating(-rc.)?" separator: "." +git_url: https://github.com/apache/incubator-livy.git \ No newline at end of file -- Gitee