Don't check issues while generating the CHANGELOG
We only include pull requests, so checking issues isn't useful and takes time.
This commit is contained in:
1
Rakefile
1
Rakefile
@@ -16,5 +16,6 @@ if Rails.env.development?
|
|||||||
config.future_release = "1.1.0"
|
config.future_release = "1.1.0"
|
||||||
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
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user