From fc09dfe6e6fee06bc024af57854e934913bb6185 Mon Sep 17 00:00:00 2001 From: liqiuyu Date: Wed, 6 Apr 2022 16:57:14 +0800 Subject: [PATCH] add yaml --- python-daemon.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 python-daemon.yaml diff --git a/python-daemon.yaml b/python-daemon.yaml new file mode 100644 index 0000000..64262be --- /dev/null +++ b/python-daemon.yaml @@ -0,0 +1,4 @@ +version_control: pypi +src_repo: daemon +tag_prefix: ^v +separator: "." -- Gitee