build(changelog): prepend to the changelog

This commit is contained in:
Amaan Qureshi 2024-10-04 11:37:33 -04:00
parent a397b454a3
commit 0f5f7710ea

View file

@ -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