openscad/doc/release-checklist.txt

53 lines
1.3 KiB
Plaintext
Raw Normal View History

2011-01-22 03:28:01 +03:00
OpenSCAD Release Checklist
--------------------------
o Update VERSION environment variable
2012-08-04 04:38:47 +04:00
export VERSION=2012.08
It will be used by the commands below, as well as these files:
2011-12-29 18:38:20 +04:00
scripts/release-linux.sh
scripts/publish-macosx.sh
scripts/publish-mingw-x.sh
2011-01-22 03:28:01 +03:00
o Update RELEASE_NOTES
o Tag release
git tag "openscad-$VERSION"
2011-01-22 03:28:01 +03:00
o build source package
scripts/git-archive-all.py --prefix=openscad-$VERSION/ openscad-$VERSION.src.tar.gz
2011-01-22 03:28:01 +03:00
o build binaries
tar xzf openscad-$VERSION.src.tar.gz
cd openscad-$VERSION
2011-01-22 03:28:01 +03:00
Mac OS X
2011-12-17 21:42:45 +04:00
(For Qt-4.7.3: Remove /Developers/Applications/Qt/plugins/qmltooling)
./scripts/publish-macosx.sh -> OpenSCAD-$VERSION.dmg
2011-01-22 03:28:01 +03:00
Linux: FIXME 32 vs. 64 bit
./scripts/release-linux.sh
Windows mingw cross-build: FIXME 32 vs. 64 bit
2012-08-04 04:38:47 +04:00
./scripts/publish-mingw-x.sh -> mingw32/Openscad-$VERSION.zip
-> mingw32/Openscad-$VERSION-Installer.exe
2011-01-22 03:28:01 +03:00
2011-04-13 00:37:36 +04:00
o FIXME: Run some tests
o Remove VERSION environment variable
export VERSION=
2011-01-22 03:28:01 +03:00
o git push --tags
2011-01-22 03:28:01 +03:00
o Upload
- Github
Upload manually here: https://github.com/openscad/openscad/downloads
FIXME: Write a script
2011-04-28 17:53:58 +04:00
o Update web page
o Write email to mailing list
2011-12-17 21:42:45 +04:00
o Update external resources:
- http://en.wikipedia.org/wiki/OpenSCAD
o Notify package managers
- Ubuntu: https://launchpad.net/~chrysn