Skip to content

Commit

Permalink
fix up RELEASE-SCRIPT
Browse files Browse the repository at this point in the history
  • Loading branch information
wmorgan committed Mar 13, 2012
1 parent ae90ecd commit c820a82
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions RELEASE-SCRIPT
@@ -1,9 +1,10 @@
0. make test
1. export RELEASE=<release>
2. bump version number in ruby/Rakefile, README, and www/index.html
3. make rubygem
4. git archive --format=tar --prefix=whistlepig-$RELEASE/ HEAD | gzip > whistlepig-$RELEASE.tar.gz
5. git tag release-$RELEASE
6. git commit; git push; git push --tags
7. gem push ruby/pkg/whistlepig-$RELEASE.gem
8. upload whistlepig-$RELEASE.tar.gz and www/index.html
3. git commit -a -m "bump version"
4. make rubygem
5. git archive --format=tar --prefix=whistlepig-$RELEASE/ HEAD | gzip > whistlepig-$RELEASE.tar.gz
6. git tag release-$RELEASE
7. git push; git push --tags
8. gem push ruby/pkg/whistlepig-$RELEASE.gem
9. upload whistlepig-$RELEASE.tar.gz and www/index.html

0 comments on commit c820a82

Please sign in to comment.