Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
tweaked release process
  • Loading branch information
justinfrench committed Jul 20, 2010
1 parent 69eb5eb commit 3f6e15a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions RELEASE_PROCESS
Expand Up @@ -3,9 +3,7 @@ rake version:bump:minor # or patch or major, commits the change
rake gemspec # to generate the new gemspec file
git add formtastic.gemspec # stage changes
git commit -am "new gemspec" # commit and describe the reason for the new gem
git tag -am "0.2.3" 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 tag 0.2.3 # tag the new version in the code base too
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
git push && git push --tags # push to remote

0 comments on commit 3f6e15a

Please sign in to comment.