diff --git a/Rakefile b/Rakefile index cf4070d5c..0605cbeea 100644 --- a/Rakefile +++ b/Rakefile @@ -17,5 +17,6 @@ if Rails.env.development? config.base = "#{Rails.root}/CHANGELOG.md" config.token = Rails.application.secrets.github_changelog_token config.issues = false + config.author = false end end