From bc4ff1663879c4bbedaa9b4da7902be3773cf12a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=81=E7=B4=AB=E8=96=87?= Date: Mon, 28 Nov 2022 07:56:07 +0000 Subject: [PATCH] add ssh-key-dir.yaml. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 丁紫薇 --- ssh-key-dir.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 ssh-key-dir.yaml diff --git a/ssh-key-dir.yaml b/ssh-key-dir.yaml new file mode 100644 index 0000000..5c144ac --- /dev/null +++ b/ssh-key-dir.yaml @@ -0,0 +1,4 @@ +version_control: github +src_repo: coreos/ssh-key-dir +tag_prefix: "v" +separator: "." \ No newline at end of file -- Gitee