From 5b9ec9672555fdabd462a5a7546581ac82e06369 Mon Sep 17 00:00:00 2001 From: chengzihan2 Date: Wed, 6 May 2020 16:36:42 +0800 Subject: [PATCH 1/2] add rust.yaml --- rust.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 rust.yaml diff --git a/rust.yaml b/rust.yaml new file mode 100644 index 0000000..1935e08 --- /dev/null +++ b/rust.yaml @@ -0,0 +1,4 @@ +version_control: github +src_repo: rust-lang/rust +tag_prefix: ^v +seperator: . From 17d83a7eabc07ab33722925befbb8851dbf427b8 Mon Sep 17 00:00:00 2001 From: chengzihan2 Date: Thu, 7 May 2020 09:46:41 +0800 Subject: [PATCH 2/2] add rust.yaml --- rust.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust.yaml b/rust.yaml index 1935e08..45b29fd 100644 --- a/rust.yaml +++ b/rust.yaml @@ -1,4 +1,4 @@ version_control: github src_repo: rust-lang/rust -tag_prefix: ^v +tag_prefix: ^ seperator: .