Skip to content

Commit 363b27a

Browse files
committed
Patch level release checklist
1 parent 99eae18 commit 363b27a

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

doc/patchlevel-checklist.txt

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
Given:
2+
VERSION (e.g. 2015.03-1)
3+
4+
o Make sure we have a $VERSION branch. If not, create one
5+
6+
o Update VERSION and VERSIONDATE in
7+
openscad.pro
8+
scripts/publish-macosx.sh
9+
scripts/release-common.sh
10+
scripts/publish-mingw-x.sh
11+
tests/CMakeLists.txt
12+
13+
o git tag "openscad-$VERSION"
14+
o ./scripts/git-archive-all.py --prefix=openscad-$VERSION/ openscad-$VERSION.src.tar.gz
15+
o git push --tags $VERSION
16+
o Upload Source package
17+
$ scp openscad-$VERSION.src.tar.gz openscad@files.openscad.org:www
18+
o Write short release email to mailing list
19+
o Tweet as OpenSCAD
20+
o Notify package managers
21+
- Debian/Ubuntu: https://launchpad.net/~chrysn
22+
- Ubuntu PPA: https://github.com/hyperair
23+
- Fedora: Miro Hrončok <miro@hroncok.cz> or <mhroncok@redhat.com>
24+
- OpenSUSE: Pavol Rusnak <prusnak@opensuse.org>
25+
- Arch Linux: Kyle Keen <keenerd@gmail.com>
26+
- MacPorts: https://svn.macports.org/repository/macports/trunk/dports/science/openscad/Portfile
27+
- Homebrew: https://github.com/caskroom/homebrew-cask/blob/master/Casks/openscad.rb

0 commit comments

Comments
 (0)