From 438682da7212bdf43dde74afd90a715a89ad1e07 Mon Sep 17 00:00:00 2001 From: hht8 Date: Tue, 30 Jun 2020 09:12:18 +0800 Subject: [PATCH] modify yaml --- libgit2.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/libgit2.yaml b/libgit2.yaml index 6b142c2..48f063e 100644 --- a/libgit2.yaml +++ b/libgit2.yaml @@ -1,4 +1,5 @@ +git_url: https://github.com/libgit2/libgit2.git version_control: github src_repo: libgit2/libgit2 -tag_pattern: ^v -seperator: . +tag_prefix: "^v" +seperator: "."