Sha256: 65d8d3d11a1c2320b1862f5a6b971305b8aaaaa759c366d6061aa8e515e0bb17
Contents?: true
Size: 337 Bytes
Versions: 2
Compression:
Stored size: 337 Bytes
Contents
namespace :release do desc 'Push all gems to rubygems.org' # git tag and push tag # git tag vx.x.x # git push --follow-tags # branch into stable vx.x branch # change version in version.rb # update changelog # run rake test task :gem do sh("gem build redcloth.gemspec") sh("gem push RedCloth-*.gem") end end
Version data entries
2 entries across 2 versions & 2 rubygems
Version | Path |
---|---|
gv-RedCloth-4.3.2 | tasks/release.rake |
RedCloth-4.3.2 | tasks/release.rake |