- Update CHANGELOG, README, and example .rabu file
- Commit
- Update version number in README
- Update version number in Java code's "usage.txt"
rake release shutdown minify=true
java -jar rabu.jar < estimates.rabu > projection.html
ingenerated/release
just to be sure. Double-check version number and output.- Commit with 'Release X.Y.Z' as commit message
git tag "release-X.Y.Z"
git push
git push --tags
- Add '+dev' to version number in README and "usage.txt"
- Commit with message 'Started next version'
- Copy release file to website
- Update example on website
- Announce to mailing list
Subject: Rabu X.Y.Z changelog
Rabu X.Y.Z has been released. You can download it from http://www.teamrabu.com/rabu.zip .
Changes: [Paste in changelog]