Unfortunately this gem no longer works on our repository because it reaches a request limit: Octokit::TooManyRequests 403 - You have exceeded a secondary rate limit. Please wait a few minutes before you try again. See: https://docs.github.com/en/free-pro-team@latest/rest/overview/resources-in-the-rest-api#secondary-rate-limits We can still use github_fast_changelog, which can be run locally without being included as a dependencly, to help us update our CHANGELOG.
7 lines
276 B
Ruby
7 lines
276 B
Ruby
# Add your own tasks in files placed in lib/tasks ending in .rake,
|
|
# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake.
|
|
|
|
require File.expand_path("../config/application", __FILE__)
|
|
|
|
Rails.application.load_tasks if Rake::Task.tasks.empty?
|