From 0715169ea6a998363fd3e04ae91c209108f81acf Mon Sep 17 00:00:00 2001 From: Eric Villard Date: Thu, 21 Apr 2022 12:24:15 +0200 Subject: [PATCH] =?UTF-8?q?config(changelog):=20=E2=9A=99=EF=B8=8F=20=20ad?= =?UTF-8?q?d=20changelog=20config=20options?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Eric Villard --- cog.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cog.toml b/cog.toml index a05bc3c..e9d2e98 100644 --- a/cog.toml +++ b/cog.toml @@ -20,6 +20,10 @@ wip = { changelog_title = "Work In Progress (WIP)" } [changelog] path = "CHANGELOG.md" +template = "./changelog.tera" +remote = "github.com" +owner = "eviweb" +repository = "qa-tools" authors = [{ signature = "Eric VILLARD", username = "eviweb" }] [bump_profiles]