From dfdae5e493f0fd1458475e7730c312534125dd27 Mon Sep 17 00:00:00 2001 From: zhangkea Date: Fri, 8 Jul 2022 10:37:01 +0800 Subject: [PATCH] add yaml file --- ant-contrib.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 ant-contrib.yaml diff --git a/ant-contrib.yaml b/ant-contrib.yaml new file mode 100644 index 0000000..3f5f18b --- /dev/null +++ b/ant-contrib.yaml @@ -0,0 +1,4 @@ +version_control: github +src_repo: https://github.com/antlibs/ant-contrib +tag_prefix: "^v" +separator: "." -- Gitee