Files

7 lines
155 B
Makefile
Raw Permalink Normal View History

2026-02-12 08:33:23 +01:00
.PHONY: changelog
# Regenerate CHANGELOG.md from git tags using git-cliff.
# Install: cargo install git-cliff
changelog:
git-cliff --output CHANGELOG.md