From f87e794a496186da6be2c1b48b33f276d909b16e Mon Sep 17 00:00:00 2001 From: root Date: Tue, 30 Jun 2020 09:21:19 +0800 Subject: [PATCH 1/2] Standardize the format of the yaml file --- libburn.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libburn.yaml b/libburn.yaml index 41a9883..454098b 100644 --- a/libburn.yaml +++ b/libburn.yaml @@ -1,4 +1,4 @@ version_control: git src_repo: https://dev.lovelyhq.com/libburnia/libburn -tag_pattern: ^v -seperator: . +tag_pattern: "release-" +seperator: "." -- Gitee From c8596fcb77711777529727d975b4df4b34082dae Mon Sep 17 00:00:00 2001 From: root Date: Tue, 30 Jun 2020 09:23:49 +0800 Subject: [PATCH 2/2] Standardize the format of the yaml file --- libburn.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libburn.yaml b/libburn.yaml index 454098b..df9c56f 100644 --- a/libburn.yaml +++ b/libburn.yaml @@ -1,4 +1,4 @@ version_control: git src_repo: https://dev.lovelyhq.com/libburnia/libburn -tag_pattern: "release-" +tag_prefix: "release-" seperator: "." -- Gitee