From 94e2fcc20f8405665418c9c52aeb2ce87efbfe75 Mon Sep 17 00:00:00 2001 From: tong_1001 Date: Thu, 11 Jun 2020 16:25:31 +0800 Subject: [PATCH 1/3] add yaml file in package --- python-beautifulsoup4.yaml | 4 ++++ template.yaml | 4 ++++ 2 files changed, 8 insertions(+) create mode 100644 python-beautifulsoup4.yaml create mode 100644 template.yaml diff --git a/python-beautifulsoup4.yaml b/python-beautifulsoup4.yaml new file mode 100644 index 0000000..e9f2600 --- /dev/null +++ b/python-beautifulsoup4.yaml @@ -0,0 +1,4 @@ +version_control: pypi +src_repo: beautifulsopu4 +tag_prefix: "^v" +seperator: ". diff --git a/template.yaml b/template.yaml new file mode 100644 index 0000000..7772302 --- /dev/null +++ b/template.yaml @@ -0,0 +1,4 @@ +version_control: pypi +src_repo: beautifulsoup4 +tag_prefix: "^v" +seperator: ". From ae67113365340d37b919a064d53a22aa36550203 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A1=90=E5=B0=8F=E5=93=A5?= Date: Thu, 11 Jun 2020 16:26:56 +0800 Subject: [PATCH 2/3] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=96=87=E4=BB=B6=20temp?= =?UTF-8?q?late.yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- template.yaml | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 template.yaml diff --git a/template.yaml b/template.yaml deleted file mode 100644 index 7772302..0000000 --- a/template.yaml +++ /dev/null @@ -1,4 +0,0 @@ -version_control: pypi -src_repo: beautifulsoup4 -tag_prefix: "^v" -seperator: ". From 82c09bc5c9315539a3e2942bca581ce82136c21f Mon Sep 17 00:00:00 2001 From: tong_1001 Date: Thu, 11 Jun 2020 17:40:46 +0800 Subject: [PATCH 3/3] modify yaml file --- python-beautifulsoup4.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python-beautifulsoup4.yaml b/python-beautifulsoup4.yaml index e9f2600..ff72698 100644 --- a/python-beautifulsoup4.yaml +++ b/python-beautifulsoup4.yaml @@ -1,4 +1,4 @@ version_control: pypi -src_repo: beautifulsopu4 -tag_prefix: "^v" +src_repo: beautifulsoup4 +tag_prefix: ^v seperator: ".