From c67eb252074c773006d042990432a18b67c18e5e Mon Sep 17 00:00:00 2001 From: markeryang Date: Tue, 21 Dec 2021 15:33:49 +0800 Subject: [PATCH] add libfastcommon.yaml file --- libfastcommon.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 libfastcommon.yaml diff --git a/libfastcommon.yaml b/libfastcommon.yaml new file mode 100644 index 0000000..5f7236f --- /dev/null +++ b/libfastcommon.yaml @@ -0,0 +1,4 @@ +version_control: github +src_repo: happyfish100/libfastcommon +tag_prefix: "^V" +separator: "." -- Gitee