mirror of
https://github.com/tree-sitter/tree-sitter.git
synced 2026-09-10 07:26:23 -04:00
build(changelog): prepend to the changelog
This commit is contained in:
parent
a397b454a3
commit
0f5f7710ea
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…
Reference in a new issue