Sha256: be4efcd6b2d6456c0e3f319898375c0c796bc6decfe69c462fd65521dd08ef92

Contents?: true

Size: 410 Bytes

Versions: 4

Compression:

Stored size: 410 Bytes

Contents

# review and edit CHANGELOG
# review & edit README
# edit lib/formtastic/version.rb
git ci -am "version bump"                  # commit changes
git tag X.X.X                              # tag the new version in the code base too
gem build formtastic.gemspec               # build the gem
gem push formtastic-X.X.X.gem              # publish the gem
git push && git push --tags                # push to remote

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
formtastic-5.0.0 RELEASE_PROCESS
date_n_time_picker_activeadmin-0.1.2 vendor/bundle/ruby/2.6.0/gems/formtastic-4.0.0/RELEASE_PROCESS
date_n_time_picker_activeadmin-0.1.1 vendor/bundle/ruby/2.6.0/gems/formtastic-4.0.0/RELEASE_PROCESS
formtastic-4.0.0 RELEASE_PROCESS