From 5924e4302a5da8bf34f2f7af7c72e2f95184cedc Mon Sep 17 00:00:00 2001 From: cherry530 Date: Thu, 18 Jun 2020 16:14:05 +0800 Subject: [PATCH] add yaml file --- authd.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 authd.yaml diff --git a/authd.yaml b/authd.yaml new file mode 100644 index 0000000..49cbf61 --- /dev/null +++ b/authd.yaml @@ -0,0 +1,4 @@ +version_control: github +src_repo: InfrastructureServices/authd +tag_prefix: ^v +seperator: . -- Gitee