From 3ecd38402aad70c9ebf74e5bafd56c2a9778f1cf Mon Sep 17 00:00:00 2001 From: tanyulong2021 Date: Fri, 8 Apr 2022 11:27:54 +0800 Subject: [PATCH] add yaml file --- kylin-calculator.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 kylin-calculator.yaml diff --git a/kylin-calculator.yaml b/kylin-calculator.yaml new file mode 100644 index 0000000..9e5e41f --- /dev/null +++ b/kylin-calculator.yaml @@ -0,0 +1,4 @@ +version_control: github +src_repo: UbuntuKylin/kylin-calculator +tag_prefix: "^v" +separator: "." -- Gitee