Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 569 Bytes

MAINTAIN.md

File metadata and controls

33 lines (23 loc) · 569 Bytes

Publish new version

1. Update summernote assets

bundle exec rake update

Modify summernote.css font-face path url("font/summernote.eot?ad8d7e2d177d2473aecd9b35d16211fb") to url(font-path("summernote.eot"), all other font path update same

// TODO : automation using rake

2. Update gem version number

Edit lib/summernote-rails/version.rb

module SummernoteRails
  module Rails
    VERSION = "x.y.z.0"
  end
end

3. Publish

Publish on rubygems

bundle exec rake release

this command git tagging and publish