From 96e60552860a81b4ace846c1a2d3776ed66291e8 Mon Sep 17 00:00:00 2001 From: wangchen2020 <15955488707@163.com> Date: Thu, 18 Jun 2020 15:09:28 +0800 Subject: [PATCH] add yaml file --- pykickstart.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 pykickstart.yaml diff --git a/pykickstart.yaml b/pykickstart.yaml new file mode 100644 index 0000000..f47187f --- /dev/null +++ b/pykickstart.yaml @@ -0,0 +1,4 @@ +version_control: github +src_repo: "pykickstart/pykickstart" +tag_prefix: "^r" +seperator: -- Gitee