Sha256: 8f2c7a30eeecb5ce456792ccca9adace7a0c82ad914ba23df8db5c25f1428eae

Contents?: true

Size: 372 Bytes

Versions: 3

Compression:

Stored size: 372 Bytes

Contents

# edit version.rb
# edit gemspec release date
git ci formtastic.gemspec -m "new gemspec" # 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

3 entries across 3 versions & 1 rubygems

Version Path
formtastic-2.0.0.rc3 RELEASE_PROCESS
formtastic-2.0.0.rc2 RELEASE_PROCESS
formtastic-2.0.0.rc1 RELEASE_PROCESS