<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -3,7 +3,9 @@ mate VERSION.yml                        # alter VERSION.yml to reflect new versi
 rake gemspec                            # to generate the new gemspec file
 git add VERSION.yml formtastic.gemspec  # stage changes
 git commit                              # commit and describe the reason for the new gem
-git git tag -am &quot;0.2.3&quot; 0.2.3           # tag the new version in the code base too
+git tag -am &quot;0.2.3&quot; 0.2.3               # tag the new version in the code base too
 git log 0.2.2..0.2.3                    # check the log since last tag
-git push                                # push to github to build the gem
+gem build formtastic.gemspec            # build the gem
+gem push formtastic-0.2.3.gem           # publish the gem
+git push                                # push to github
 git push --tags                         # push the tags up to remote too</diff>
      <filename>RELEASE_PROCESS</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>f9844dda4620541a9701cef7d6a77faa82e73955</id>
    </parent>
  </parents>
  <author>
    <name>Justin French</name>
    <email>justin@indent.com.au</email>
  </author>
  <url>http://github.com/justinfrench/formtastic/commit/873fb08e054a8d78f4babf641ec80187e1d0e5a7</url>
  <id>873fb08e054a8d78f4babf641ec80187e1d0e5a7</id>
  <committed-date>2009-10-15T14:02:07-07:00</committed-date>
  <authored-date>2009-10-15T14:02:07-07:00</authored-date>
  <message>new release process for gemcutter</message>
  <tree>e4acd8df6b2d2fe3d2b981d00e36f331b67b6412</tree>
  <committer>
    <name>Justin French</name>
    <email>justin@indent.com.au</email>
  </committer>
</commit>
