RELEASE_PROCESS in formtastic-2.0.0.rc4 vs RELEASE_PROCESS in formtastic-2.0.0.rc5
- old
+ new
@@ -1,6 +1,6 @@
# edit version.rb
-git ci formtastic.gemspec -m "new gemspec" # commit changes
+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