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.
2 parents 66e0800 + 686a7df commit 0794cc1Copy full SHA for 0794cc1
2 files changed
.circleci/config.yml
@@ -33,7 +33,7 @@ jobs:
33
solidus-older:
34
executor:
35
name: solidusio_extensions/sqlite
36
- ruby_version: '2.7'
+ ruby_version: '3.0'
37
steps: ['setup', 'solidusio_extensions/run-tests-solidus-older']
38
lint-code:
39
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