Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 422 Bytes

MAINTAIN.md

File metadata and controls

30 lines (21 loc) · 422 Bytes

Publish new version

1. Update summernote assets

bundle exec rake update

// TODO : automation using rake

2. Update gem version number

Edit lib/summernote-ext-addclass-rails/version.rb

module SummernoteExtAddclassRails
  module Rails
    VERSION = x.y.0
  end
end

3. Publish

Publish on rubygems

bundle exec gem release --tag

this command git tagging and publish