Add make task for changelog generator

This commit is contained in:
Thomas Boerger
2019-09-05 15:23:52 +02:00
parent 775a1884b6
commit fc0dec8c54
3 changed files with 8 additions and 0 deletions
+4
View File
@@ -72,6 +72,10 @@ lint: gorunpkg
generate: gorunpkg
go generate $(GENERATE)
.PHONY: changelog
changelog: gorunpkg
gorunpkg github.com/restic/calens >| CHANGELOG.md
.PHONY: test
test: gorunpkg
gorunpkg github.com/haya14busa/goverage -v -coverprofile coverage.out $(PACKAGES)