From af35b5763c8c04f85825c8736debc64dece552d4 Mon Sep 17 00:00:00 2001 From: lyn1001 Date: Fri, 17 Jul 2020 14:22:20 +0800 Subject: [PATCH] fix yaml file error --- python-psutil.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/python-psutil.yaml b/python-psutil.yaml index c20ae1b..9c4e43a 100644 --- a/python-psutil.yaml +++ b/python-psutil.yaml @@ -1,4 +1,5 @@ +git_url: https://github.com/giampaolo/psutil.git version_control: github src_repo: giampaolo/psutil -tag_prefix: ^v -seperator: . +tag_prefix: "resease-" +seperator: "."