Sha256: a75450919f83667348c814d7558b37b47272808c88021704100741aa1e4fed93

Contents?: true

Size: 391 Bytes

Versions: 1

Compression:

Stored size: 391 Bytes

Contents

# frozen_string_literal: true

desc 'Bumps the version to the next patch level, tags and pushes the code to
origin repository and releases the gem. BOOM!'
task :bump do
  system 'gem bump --tag --push --skip-ci'
end

desc 'Bumps the version to the next patch level, tags and pushes the code to
origin repository and releases the gem. BOOM!'
task :release do
  system 'gem release --push'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
finapps-5.0.2 lib/tasks/releaser.rake