chore: add git-cliff

Signed-off-by: EnderIce2 <enderice2@protonmail.com>
This commit is contained in:
2025-03-06 03:17:00 +00:00
parent 11e7d8c2dd
commit 66362ed387
4 changed files with 1912 additions and 2 deletions

View File

@ -177,6 +177,9 @@ ci-build:
mkdir -p artifacts
mv Fennix-*.iso artifacts/
changelog:
git cliff > CHANGELOG.md
ifeq ($(QUIET_BUILD), 1)
MAKE_QUIET_FLAG = --quiet
endif