Skip to content

Commit

Permalink
build: add init
Browse files Browse the repository at this point in the history
  • Loading branch information
pplmx committed Aug 30, 2024
1 parent 106a949 commit 2629087
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
@@ -1,6 +1,10 @@
.PHONY: help cliff
.DEFAULT_GOAL := help

# init
init:
@pre-commit install --hook-type commit-msg --hook-type pre-push

# Update the changelog
cliff:
@git cliff -o CHANGELOG.md
Expand Down

0 comments on commit 2629087

Please sign in to comment.