Skip to content

Commit

Permalink
chore: add cliff makefile target
Browse files Browse the repository at this point in the history
  • Loading branch information
Bambooin committed May 3, 2024
1 parent b2cab84 commit 3b36201
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,7 @@ install: pacakge

shfmt:
find . -type f -name "*.sh" -exec shfmt -w -i 2 {} \;

# generate changlog
cliff:
git-cliff -o CHANGELOG.md

0 comments on commit 3b36201

Please # to comment.