From 73aa0eb2a8c69e996a13109f44e0ac086a5906c3 Mon Sep 17 00:00:00 2001 From: hht8 Date: Mon, 29 Jun 2020 19:26:35 +0800 Subject: [PATCH] modify yaml --- libewf.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/libewf.yaml b/libewf.yaml index 8a5f0d8..055a435 100644 --- a/libewf.yaml +++ b/libewf.yaml @@ -1,4 +1,5 @@ +git_url: https://github.com/ArchAssault-Project/libewf.git version_control: github src_repo: ArchAssault-Project/libewf -tag_pattern: ^v -seperator: . +tag_prefix: "^v" +seperator: "."