Sha256: 3c276a34f31f48789e35893619c966e5dc63d82228d4195f04d79c76dd4acd9c

Contents?: true

Size: 229 Bytes

Versions: 1

Compression:

Stored size: 229 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 :release do
  system 'gem bump --tag --push --skip-ci --release'
end

Version data entries

1 entries across 1 versions & 1 rubygems

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