Sha256: d7641cf3937fc71c3171b7b6e2be81aeef186f0d57493a7f9812cdeb952bbb9a
Contents?: true
Size: 361 Bytes
Versions: 3
Compression:
Stored size: 361 Bytes
Contents
namespace :release do desc 'Push all gems to rubygems.org' # 1. run rake test # 2. update changelog # 3. change version in version.rb # 4. branch into stable vx.x branch # 5. git tag and push tag # 5.1. git tag vx.x.x # 5.2. git push --follow-tags task :gem do sh("gem build redcloth.gemspec") sh("gem push RedCloth-*.gem") end end
Version data entries
3 entries across 3 versions & 2 rubygems
Version | Path |
---|---|
trusty-cms-7.0.9.1 | vendor/bundle/ruby/3.3.0/gems/RedCloth-4.3.3/tasks/release.rake |
RedCloth-4.3.4 | tasks/release.rake |
RedCloth-4.3.3 | tasks/release.rake |