From 05ec4935dcc30c275e567cdc06557c937379ef02 Mon Sep 17 00:00:00 2001 From: tong_1001 Date: Fri, 12 Jun 2020 19:01:13 +0800 Subject: [PATCH 1/2] add yaml file in package --- emacs.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 emacs.yaml diff --git a/emacs.yaml b/emacs.yaml new file mode 100644 index 0000000..49661e9 --- /dev/null +++ b/emacs.yaml @@ -0,0 +1,4 @@ +version_control: git +src_repo: https://git.savannah.gnu.org/git/emacs.git +tag_prefix: ^Emacs +seperator: . -- Gitee From b988bda251774c7e0f41af3fd0314d50fba3044b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A1=90=E5=B0=8F=E5=93=A5?= Date: Wed, 1 Jul 2020 00:31:30 +0800 Subject: [PATCH 2/2] update emacs.yaml. --- emacs.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/emacs.yaml b/emacs.yaml index 49661e9..d3cef7e 100644 --- a/emacs.yaml +++ b/emacs.yaml @@ -1,4 +1,4 @@ version_control: git src_repo: https://git.savannah.gnu.org/git/emacs.git -tag_prefix: ^Emacs -seperator: . +tag_prefix: ^emacs +seperator: "." -- Gitee