From 889f6ec61815c98a3ec95f4196d12f5ec8bda70f Mon Sep 17 00:00:00 2001 From: lyn1001 Date: Thu, 7 May 2020 11:57:25 +0800 Subject: [PATCH] Add yaml file --- haproxy.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 haproxy.yaml diff --git a/haproxy.yaml b/haproxy.yaml new file mode 100644 index 0000000..627f159 --- /dev/null +++ b/haproxy.yaml @@ -0,0 +1,4 @@ +version_control: github +src_repo: haproxy/haproxy +tag_prefix: ^v +seperator: . \ No newline at end of file -- Gitee