Whenever working on a new feature, bump the version locally in build.properties
so
previous builds aren't overwritten.
To build the project, run the Ant build target clean
.
It's ill-named, but it cleans the project, builds the new version, generates the documentation, packages it up, and puts
everything in the distribution
folder.
- Make sure the version has been updated.
- Push the new commit(s) to GitHub.
- Copy the contents of the new version's
reference
folder to overwrite the contents in thegh-pages
branch, and commit those changes. - Create a new release on GitHub with the new version, and upload the new version's
.zip
and.txt
files to it. - Push those same two files to the server hosting the latest version for users to download.