From c6deadd0892a4aa810e8d2fd34e0926cb4bd49ca Mon Sep 17 00:00:00 2001 From: wangchen2020 <15955488707@163.com> Date: Wed, 17 Jun 2020 17:46:02 +0800 Subject: [PATCH] add yaml file --- automake.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 automake.yaml diff --git a/automake.yaml b/automake.yaml new file mode 100644 index 0000000..b5baac0 --- /dev/null +++ b/automake.yaml @@ -0,0 +1,4 @@ +version_control: git +src_repo: https://git.savannah.gnu.org/cgit/automake.git +tag_prefix: "^v" +seperator: "." -- Gitee