Skip to content

Commit

Permalink
feat: add change-log to Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Samk13 committed Oct 6, 2024
1 parent 23ba4c4 commit d0391b4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,8 @@ lint-check:
ruff check .

lint-fix:
ruff check . --fix
ruff check . --fix

change-log:
# get the latest changes from the last tag for CHANGES.rst
@git log $$(git describe --tags --abbrev=0)..HEAD --pretty=format:"%s"

0 comments on commit d0391b4

Please sign in to comment.