Sha256: 7febc0ff6928a7f0a4f1e482d2b6027b7de030d12d59283d7b8a2e21c6b6f573
Contents?: true
Size: 256 Bytes
Versions: 19
Compression:
Stored size: 256 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!' # https://github.com/svenfuchs/gem-release task :release do system 'gem bump --tag --release' end
Version data entries
19 entries across 19 versions & 1 rubygems