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