From a6226e052317ae765a3c9cb57717fe04c111571b Mon Sep 17 00:00:00 2001 From: linwei9 <595019852@qq.com> Date: Thu, 18 Jun 2020 16:01:59 +0800 Subject: [PATCH] add yaml file --- ostree.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 ostree.yaml diff --git a/ostree.yaml b/ostree.yaml new file mode 100644 index 0000000..bf49cd0 --- /dev/null +++ b/ostree.yaml @@ -0,0 +1,4 @@ +version_control: github +src_repo: ostreedev/ostree +tag_prefix: ^v +seperator: . -- Gitee