summaryrefslogtreecommitdiff
path: root/doc/release-checklist.txt
blob: 71158f6c33fddd7fc50c13a3bc6782107e7bb54e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
OpenSCAD Release Checklist
--------------------------

o Update version
  scripts/release-linux.sh
  scripts/publish-macosx.sh
  FIXME: Windows

o Update RELEASE_NOTES

o Tag release
  git tag "openscad-2011.12"

o build source package
  scripts/git-archive-all.py --prefix=openscad-2011.12/ openscad-2011.12.src.tar.gz

o build binaries
  tar xzf openscad-2011.12.src.tar.gz
  cd openscad-2011.12
  Mac OS X
    (For Qt-4.7.3: Remove /Developers/Applications/Qt/plugins/qmltooling)
    ./scripts/publish-macosx.sh -> OpenSCAD-2011.12.dmg
  Linux: FIXME 32 vs. 64 bit
    ./scripts/release-linux.sh
  Windows: FIXME 32 vs. 64 bit

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
contact: Jan Huwald // Impressum