OpenSCAD Release Checklist -------------------------- o Update VERSION in these files: scripts/release-linux.sh scripts/publish-macosx.sh scripts/publish-mingw-x.sh o Update VERSION env variable export VERSION=2012.08 o Update RELEASE_NOTES o Tag release git tag "openscad-$VERSION" o build source package scripts/git-archive-all.py --prefix=openscad-$VERSION/ openscad-$VERSION.src.tar.gz o build binaries tar xzf openscad-$VERSION.src.tar.gz cd openscad-$VERSION Mac OS X (For Qt-4.7.3: Remove /Developers/Applications/Qt/plugins/qmltooling) ./scripts/publish-macosx.sh -> OpenSCAD-$VERSION.dmg Linux: FIXME 32 vs. 64 bit ./scripts/release-linux.sh Windows mingw cross-build: FIXME 32 vs. 64 bit ./scripts/publish-mingw-x.sh o FIXME: Run some tests o Set back version to being date-tagged: release-linux.sh, publish-macosx.sh, FIXME: Windows o git push --tags o Upload - Github Upload manually here: https://github.com/openscad/openscad/downloads FIXME: Write a script o Update web page o Write email to mailing list o Update external resources: - http://en.wikipedia.org/wiki/OpenSCAD o Notify package managers - Ubuntu: https://launchpad.net/~chrysn