Sha256: 173d65bbc4bf9a0388ff9df66b5aa7b32637e109942beeab38d01325da6cb80b
Contents?: true
Size: 212 Bytes
Versions: 29
Compression:
Stored size: 212 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 --release' end
Version data entries
29 entries across 29 versions & 1 rubygems