Don't generate authors in the CHANGELOG
We were removing the authors manually after they were generated.
This commit is contained in:
1
Rakefile
1
Rakefile
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user