diff --git a/Makefile b/Makefile index 6c5ff0f..889f5b9 100644 --- a/Makefile +++ b/Makefile @@ -9,3 +9,6 @@ build: clean: rm -f bin/wikingo + +changelog: + git log --oneline --decorate --pretty=format:'* %s' >> CHANGELOG.md