From 0f5f7710ea0883a7803754c40d0a67b6883c73da Mon Sep 17 00:00:00 2001 From: Amaan Qureshi Date: Fri, 4 Oct 2024 11:37:33 -0400 Subject: [PATCH] build(changelog): prepend to the changelog --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index aafbf20b..075014aa 100644 --- a/Makefile +++ b/Makefile @@ -112,6 +112,6 @@ format: cargo +nightly fmt --all changelog: - @git-cliff --config script/cliff.toml --output CHANGELOG.md --latest --github-token $(shell gh auth token) + @git-cliff --config script/cliff.toml --prepend CHANGELOG.md --latest --github-token $(shell gh auth token) .PHONY: test test_wasm lint format changelog