Skip to content

Commit

Permalink
🔨 chore: added changelog command for Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
t1ltxz-gxd committed Nov 13, 2024
1 parent f185c8c commit 3d1cd42
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,8 @@ release-x86_64-unknown-linux-gnu:
install-deps:
echo "Installing dependencies..."
cargo install cross

changelog:
@echo "Generating changelog..."
git cliff --config detailed > CHANGELOG.md
@echo "Done."

0 comments on commit 3d1cd42

Please sign in to comment.