From c2bc31d30b492ba4324cf1649c7c2ec797cb395d Mon Sep 17 00:00:00 2001 From: tong_1001 Date: Sat, 13 Jun 2020 15:44:03 +0800 Subject: [PATCH 1/2] add yaml file in package --- accountsservice.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 accountsservice.yaml diff --git a/accountsservice.yaml b/accountsservice.yaml new file mode 100644 index 0000000..b7b33ed --- /dev/null +++ b/accountsservice.yaml @@ -0,0 +1,4 @@ +version_control: git +src_repo: https://gitlab.freedesktop.org/accountsservice/accountsservice.git +tag_prefix: +seperator: . From 070606616b2ea3283c5c94370669dee24098b9af Mon Sep 17 00:00:00 2001 From: sxt1001 Date: Wed, 1 Jul 2020 11:39:50 +0800 Subject: [PATCH 2/2] update yaml file --- accountsservice.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/accountsservice.yaml b/accountsservice.yaml index b7b33ed..75ac4a0 100644 --- a/accountsservice.yaml +++ b/accountsservice.yaml @@ -1,4 +1,4 @@ version_control: git src_repo: https://gitlab.freedesktop.org/accountsservice/accountsservice.git -tag_prefix: -seperator: . +tag_prefix: "^" +seperator: "."