Files
grecia/Rakefile
Javi Martín becd0acff1 Remove Github Changelog Generator dependency
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.
2023-01-11 15:38:46 +01:00

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?