From 43245fe05dcc5558aeca3218f1dde46e9ac9cdc1 Mon Sep 17 00:00:00 2001 From: yixiangzhike Date: Sat, 13 Jun 2020 14:37:50 +0800 Subject: [PATCH] add yaml file --- nghttp2.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 nghttp2.yaml diff --git a/nghttp2.yaml b/nghttp2.yaml new file mode 100644 index 0000000..267491d --- /dev/null +++ b/nghttp2.yaml @@ -0,0 +1,4 @@ +version_control: github +src_repo: nghttp2/nghttp2 +tag_prefix: ^v +seperator: . -- Gitee