From 59d0de565d99694335376c383f12d388fb733a8f Mon Sep 17 00:00:00 2001 From: librelois <elois@ifee.fr> Date: Sat, 21 Sep 2019 19:26:48 +0200 Subject: [PATCH] [build] add changelog generator cofn file --- .clog.toml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .clog.toml diff --git a/.clog.toml b/.clog.toml new file mode 100644 index 00000000..adee78c0 --- /dev/null +++ b/.clog.toml @@ -0,0 +1,13 @@ +[clog] +# A git repository link +repository = "https://git.duniter.org/nodes/rust/duniter-rs" + +# specify the style of commit links to generate, defaults to "github" if omitted +link-style = "gitlab" + +# Defaults to stdout when omitted +changelog = "changelog.md" + +# If you use tags, you can set the following if you wish to only pick +# up changes since your latest tag +from-latest-tag = true -- GitLab