We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a1e64d commit 030e43fCopy full SHA for 030e43f
lib/solidus_dev_support/rake_tasks.rb
@@ -83,7 +83,6 @@ def install_changelog_task
83
config.user = repo.owner
84
config.project = repo.name
85
config.future_release = "v#{ENV.fetch('UNRELEASED_VERSION') { gemspec.version }}"
86
-
87
rescue Octokit::InvalidRepository
88
warn <<~WARN
89
It won't be possible to automatically generate the CHANGELOG for this extension because the
0 commit comments