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