Skip to content

Commit 777871d

Browse files
committed
chore: update create_github_release dependency
Since conventional commits are now enforced, use a version of create_github_release that creates a valid conventional commit.
1 parent 8225040 commit 777871d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

version_boss.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Gem::Specification.new do |spec|
4444
spec.add_dependency 'thor', '~> 1.3'
4545

4646
spec.add_development_dependency 'bundler-audit', '~> 0.9'
47-
spec.add_development_dependency 'create_github_release', '~> 1.5'
47+
spec.add_development_dependency 'create_github_release', '~> 2.1'
4848
spec.add_development_dependency 'main_branch_shared_rubocop_config', '~> 0.1'
4949
spec.add_development_dependency 'rake', '~> 13.1'
5050
spec.add_development_dependency 'rspec', '~> 3.12'

0 commit comments

Comments
 (0)