File tree Expand file tree Collapse file tree 1 file changed +27
-0
lines changed
Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments