From c948eb0581a8450fa5b646db50304c433b6ea855 Mon Sep 17 00:00:00 2001 From: zhangkea Date: Wed, 6 Jul 2022 13:41:50 +0800 Subject: [PATCH] add yaml file --- DevIL.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 DevIL.yaml diff --git a/DevIL.yaml b/DevIL.yaml new file mode 100644 index 0000000..a002408 --- /dev/null +++ b/DevIL.yaml @@ -0,0 +1,4 @@ +version_control: github +src_repo: https://github.com/DentonW/DevIL +tag_prefix: "^v" +separator: "." -- Gitee