RELEASE_PROCESS in formtastic-4.0.0.rc1 vs RELEASE_PROCESS in formtastic-4.0.0

- old
+ new

@@ -1,5 +1,7 @@ -# edit version.rb +# 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