summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDave Henderson <dhenderson@gmail.com>2016-09-01 23:10:06 -0400
committerDave Henderson <dhenderson@gmail.com>2016-09-01 23:10:06 -0400
commit6f2c5df6226180c9488cdce7f0e7cd26f5da54ef (patch)
tree58809beb48dbbe91a457100ecd2bf9b60e5c0e8b /Makefile
parenta62d9b81724387a077d7843a8aab9cddbf8e3c17 (diff)
Fixing changelog generation to be more accurate
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index bf0b2677..92b8448c 100644
--- a/Makefile
+++ b/Makefile
@@ -30,6 +30,6 @@ $(PREFIX)/bin/$(PKG_NAME)$(call extension,$(GOOS)): $(shell find . -type f -name
build: $(PREFIX)/bin/$(PKG_NAME)$(call extension,$(GOOS))
gen-changelog:
- github_changelog_generator --exclude-labels duplicate,question,invalid,wontfix,admin
+ github_changelog_generator --no-filter-by-milestone --exclude-labels duplicate,question,invalid,wontfix,admin
.PHONY: gen-changelog