From 7c6ec33ffb37ceb6f76614833068708987b8c12a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Mazzucotelli?= Date: Wed, 25 Dec 2024 18:11:43 +0100 Subject: [PATCH] chore: Update git-changelog command --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 715e03a..cb663f9 100644 --- a/Makefile +++ b/Makefile @@ -8,4 +8,4 @@ update-deps: @./update-deps.sh changelog: - @git-changelog . -s angular -t keepachangelog -o CHANGELOG.md + @git-changelog . -c angular -t keepachangelog -io CHANGELOG.md