From f85500f84df7e6045d984773f4b2b9873f42d046 Mon Sep 17 00:00:00 2001 From: tong_1001 Date: Sat, 13 Jun 2020 11:01:44 +0800 Subject: [PATCH 1/2] add yaml file in package --- harfbuzz.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 harfbuzz.yaml diff --git a/harfbuzz.yaml b/harfbuzz.yaml new file mode 100644 index 0000000..8ed350a --- /dev/null +++ b/harfbuzz.yaml @@ -0,0 +1,4 @@ +version_control: github +src_repo: harfbuzz/harfbuzz +tag_prefix: +seperator: . From b535aa5b3720d1cf6ed9de81699f62546f876422 Mon Sep 17 00:00:00 2001 From: sxt1001 Date: Wed, 1 Jul 2020 11:26:25 +0800 Subject: [PATCH 2/2] update yaml file --- harfbuzz.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/harfbuzz.yaml b/harfbuzz.yaml index 8ed350a..643e6b7 100644 --- a/harfbuzz.yaml +++ b/harfbuzz.yaml @@ -1,4 +1,4 @@ version_control: github src_repo: harfbuzz/harfbuzz -tag_prefix: -seperator: . +tag_prefix: "^" +seperator: "."