build(changelog): prepend to the changelog
This commit is contained in:
parent
a397b454a3
commit
0f5f7710ea
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue