summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDave Henderson <David.Henderson@qlik.com>2016-02-20 16:45:22 -0500
committerDave Henderson <David.Henderson@qlik.com>2016-02-20 16:45:22 -0500
commit62c2f961425841ea7f24b68e067d41d53c97a5fa (patch)
treee7b5c368ed64da5d225395936c953513c359567d /Makefile
parentfa025427cdcf4774c389384a16359e69824fa3f4 (diff)
Adding changelog generator make target
Signed-off-by: Dave Henderson <David.Henderson@qlik.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 7aac6ed6..dcbbf56c 100644
--- a/Makefile
+++ b/Makefile
@@ -24,3 +24,8 @@ $(PREFIX)/bin/$(PKG_NAME)$(call extension,$(GOOS)): $(shell find . -type f -name
$(GO) build -o $@
build: $(PREFIX)/bin/$(PKG_NAME)$(call extension,$(GOOS))
+
+gen-changelog:
+ github_changelog_generator --exclude-labels duplicate,question,invalid,wontfix,admin
+
+.PHONY: gen-changelog