From 975cab04aee61cf643ef8b2686d4342901c44987 Mon Sep 17 00:00:00 2001 From: tong_1001 Date: Tue, 16 Jun 2020 18:15:38 +0800 Subject: [PATCH 1/2] add yaml file in package --- cockpit.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 cockpit.yaml diff --git a/cockpit.yaml b/cockpit.yaml new file mode 100644 index 0000000..f7edccf --- /dev/null +++ b/cockpit.yaml @@ -0,0 +1,4 @@ +version_control: github +src_repo: cockpit-project/cockpit +tag_prefix: +seperator: . -- Gitee From 1de50afba4ad5084e09d707c477ca0152d886835 Mon Sep 17 00:00:00 2001 From: tong_1001 Date: Tue, 30 Jun 2020 14:30:07 +0800 Subject: [PATCH 2/2] update yaml file --- cockpit.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cockpit.yaml b/cockpit.yaml index f7edccf..b5f235c 100644 --- a/cockpit.yaml +++ b/cockpit.yaml @@ -1,4 +1,4 @@ version_control: github src_repo: cockpit-project/cockpit -tag_prefix: -seperator: . +tag_prefix: "^v" +seperator: "." -- Gitee