From bd7abb06346fc6d045097912225ae5500588dff4 Mon Sep 17 00:00:00 2001 From: lei_ju <983277505@qq.com> Date: Wed, 6 May 2020 18:03:37 +0800 Subject: [PATCH 1/2] Increase fuse-python yaml --- fuse-python.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 fuse-python.yaml diff --git a/fuse-python.yaml b/fuse-python.yaml new file mode 100644 index 0000000..7c70a34 --- /dev/null +++ b/fuse-python.yaml @@ -0,0 +1,4 @@ +version_control: github +src_repo: libfuse/python-fuse +tag_prefix: "^v" +seperator: "." -- Gitee From a413c9c078b2019fc9209570e193f8fbfdd425d3 Mon Sep 17 00:00:00 2001 From: lei_ju <983277505@qq.com> Date: Thu, 7 May 2020 09:38:38 +0800 Subject: [PATCH 2/2] Increase fuse-python yaml --- fuse-python.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fuse-python.yaml b/fuse-python.yaml index 7c70a34..03d0254 100644 --- a/fuse-python.yaml +++ b/fuse-python.yaml @@ -1,4 +1,4 @@ version_control: github src_repo: libfuse/python-fuse -tag_prefix: "^v" -seperator: "." +tag_prefix: ^v +seperator: . -- Gitee