Don't generate authors in the CHANGELOG

We were removing the authors manually after they were generated.
This commit is contained in:
Javi Martín
2019-11-23 14:15:48 +01:00
parent 7ec24d76f9
commit 96be43ae86

View File

@@ -17,5 +17,6 @@ if Rails.env.development?
config.base = "#{Rails.root}/CHANGELOG.md" config.base = "#{Rails.root}/CHANGELOG.md"
config.token = Rails.application.secrets.github_changelog_token config.token = Rails.application.secrets.github_changelog_token
config.issues = false config.issues = false
config.author = false
end end
end end