From c8bd98c7e8b085ac0a1a67dab14da785d5a7a969 Mon Sep 17 00:00:00 2001 From: cherry530 Date: Thu, 18 Jun 2020 20:19:54 +0800 Subject: [PATCH] add yaml file --- bison.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 bison.yaml diff --git a/bison.yaml b/bison.yaml new file mode 100644 index 0000000..7240675 --- /dev/null +++ b/bison.yaml @@ -0,0 +1,4 @@ +version_control: git +src_repo: git://git.savannah.gnu.org/bison.git +tag_prefix: ^v +seperator: -- Gitee