diff options
| author | Marius Kintel <marius@kintel.net> | 2011-06-14 17:10:49 (GMT) | 
|---|---|---|
| committer | Marius Kintel <marius@kintel.net> | 2011-06-14 17:10:49 (GMT) | 
| commit | f2c6963fc2e42f7e9c4e0ba3efcf9df8c3ad818b (patch) | |
| tree | 3e51735b31b216ec1b7dbf97e8e4507dfe6995f6 /doc | |
| parent | 7935c5ae515815193f5fe71dab7235c6668b2a55 (diff) | |
more details, note about Qt-4.7.3 on Mac
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/release-checklist.txt | 9 | 
1 files changed, 7 insertions, 2 deletions
| diff --git a/doc/release-checklist.txt b/doc/release-checklist.txt index 45e84fb..a455ca9 100644 --- a/doc/release-checklist.txt +++ b/doc/release-checklist.txt @@ -15,16 +15,21 @@ o build source package    git archive --format=tar openscad-2011.01  --prefix=openscad-2011.01/ | gzip > openscad-2011.01.src.tar.gz  o build binaries +  tar xzf openscad-2011.01.src.tar.gz +  cd openscad-2011.01    Mac OS X -  - publish-macosx.sh -> OpenSCAD-2011.01.dmg +    For Qt-4.7.3: Remove /Developers/Applications/Qt/plugins/qmltooling +    ./scripts/publish-macosx.sh -> OpenSCAD-2011.01.dmg    Linux: FIXME 32 vs. 64 bit -  - release-linux.sh +    ./scripts/release-linux.sh    Windows: FIXME 32 vs. 64 bit  o FIXME: Run some tests  o Set back version: release-linux.sh, publish-macosx.sh, FIXME: Windows +o  git push --tags +  o Upload    - Github      Upload manually here: https://github.com/openscad/openscad/downloads | 
