Skip to content

Commit

Permalink
update release script to include bumping version in manpage
Browse files Browse the repository at this point in the history
  • Loading branch information
William Morgan committed Jul 27, 2008
1 parent 17fda75 commit 30f70cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions release-script.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ mv tmp.txt Changelog
vi Changelog # and cleanup
vi ReleaseNotes # and add whatever's necessary
vi lib/ditz.rb # and bump version number
vi man/ditz.1 # and bump version number
rake release VERSION=<releasename>
git commit -a -v
git tag -a release-<releasename> -m "release <releasename>"
Expand Down

0 comments on commit 30f70cc

Please sign in to comment.