From 5adc84a8beb82ddea09b1ee17b83942c9ab8d162 Mon Sep 17 00:00:00 2001 From: jeff200902 Date: Thu, 7 May 2020 17:14:47 +0800 Subject: [PATCH 1/2] Add yaml file --- m2crypto.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 m2crypto.yaml diff --git a/m2crypto.yaml b/m2crypto.yaml new file mode 100644 index 0000000..6c61015 --- /dev/null +++ b/m2crypto.yaml @@ -0,0 +1,4 @@ +version-ctrl: git +src_repo: https://gitlab.com/m2crypto/m2crypto.git/ +tag_prefix: v +seperator: . From 082f7ef77b72d4049eedd47184d72e762708da3f Mon Sep 17 00:00:00 2001 From: jeff200902 Date: Fri, 8 May 2020 16:09:42 +0800 Subject: [PATCH 2/2] update m2crypto.yaml. --- m2crypto.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/m2crypto.yaml b/m2crypto.yaml index 6c61015..246477d 100644 --- a/m2crypto.yaml +++ b/m2crypto.yaml @@ -1,4 +1,4 @@ version-ctrl: git src_repo: https://gitlab.com/m2crypto/m2crypto.git/ -tag_prefix: v -seperator: . +tag_prefix: ^v +seperator: "." \ No newline at end of file