summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2016-01-07 08:38:29 -0800
committerLamont Granquist <lamont@scriptkiddie.org>2016-01-07 08:38:29 -0800
commit6666a0cbee6113482fd53b5ed2af0a26ce9125c1 (patch)
tree9cb2d4419e8b486893ddf697dbd26c0b7a3238f3 /Rakefile
parent7452d8b48b6d0c3a1513808c9f00a33fc6db962d (diff)
downloadffi-yajl-6666a0cbee6113482fd53b5ed2af0a26ce9125c1.tar.gz
update changelog
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index e9746fb..05a69d1 100644
--- a/Rakefile
+++ b/Rakefile
@@ -12,6 +12,7 @@ Dir[File.expand_path("../*gemspec", __FILE__)].reverse_each do |gemspec_path|
end
GitHubChangelogGenerator::RakeTask.new :changelog do |config|
+ config.issues = false
config.since_tag = '1.0.1'
config.exclude_labels = %w{duplicate question invalid wontfix changelog_skip}
end