From 44360b80c8f5fecc395638f3322375e5cd31a026 Mon Sep 17 00:00:00 2001 From: xielh <5604895+xielhxie@user.noreply.gitee.com> Date: Fri, 18 Sep 2020 11:22:04 +0800 Subject: [PATCH 1/3] add upstream-info/XStream.yaml. --- upstream-info/xStream.yaml | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 upstream-info/xStream.yaml diff --git a/upstream-info/xStream.yaml b/upstream-info/xStream.yaml new file mode 100644 index 00000000..e69de29b -- Gitee From c0c3de2855f6e73930bc0c47f488277bcd5bb628 Mon Sep 17 00:00:00 2001 From: xielh <5604895+xielhxie@user.noreply.gitee.com> Date: Fri, 18 Sep 2020 11:23:45 +0800 Subject: [PATCH 2/3] rename upstream-info/xStream.yaml to upstream-info/xstream.yaml --- upstream-info/xStream.yaml | 0 upstream-info/xstream.yaml | 4 ++++ 2 files changed, 4 insertions(+) delete mode 100644 upstream-info/xStream.yaml create mode 100644 upstream-info/xstream.yaml diff --git a/upstream-info/xStream.yaml b/upstream-info/xStream.yaml deleted file mode 100644 index e69de29b..00000000 diff --git a/upstream-info/xstream.yaml b/upstream-info/xstream.yaml new file mode 100644 index 00000000..2e9ea2a5 --- /dev/null +++ b/upstream-info/xstream.yaml @@ -0,0 +1,4 @@ +version_control: github +src_repo: x-stream/xstream +tag_prefix: ^XSTREAM_ +separator: . \ No newline at end of file -- Gitee From 4f860bbbde9c4b89095e6c62ced4d078d9a4375c Mon Sep 17 00:00:00 2001 From: xielh <5604895+xielhxie@user.noreply.gitee.com> Date: Fri, 18 Sep 2020 11:31:45 +0800 Subject: [PATCH 3/3] update upstream-info/xstream.yaml --- upstream-info/xstream.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/upstream-info/xstream.yaml b/upstream-info/xstream.yaml index 2e9ea2a5..dbfbede7 100644 --- a/upstream-info/xstream.yaml +++ b/upstream-info/xstream.yaml @@ -1,4 +1,4 @@ version_control: github src_repo: x-stream/xstream tag_prefix: ^XSTREAM_ -separator: . \ No newline at end of file +separator: _ \ No newline at end of file -- Gitee