Sha256: f5c660c1aceabefc38d3157adc330c4748ecefeda6097441f807df5e99e224ee
Contents?: true
Size: 181 Bytes
Versions: 5
Compression:
Stored size: 181 Bytes
Contents
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
5 entries across 5 versions & 1 rubygems