diff options
author | Marius Kintel <marius@kintel.net> | 2013-06-10 05:34:47 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2013-06-10 05:34:47 (GMT) |
commit | ee5b6dfa8ba52a167f883cbdf9831c0c084c677a (patch) | |
tree | 174b880e03cce28904ab9a5375a799340bd3c5f1 /doc/release-checklist.txt | |
parent | 389645945f1020f3a2bb3792da85b51778a342a6 (diff) |
Minor adjustments to release checklist
Diffstat (limited to 'doc/release-checklist.txt')
-rw-r--r-- | doc/release-checklist.txt | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/release-checklist.txt b/doc/release-checklist.txt index a1cc6ff..6eb5e3f 100644 --- a/doc/release-checklist.txt +++ b/doc/release-checklist.txt @@ -48,15 +48,19 @@ o Upload Source package o Remove VERSION environment variable $ unset VERSION +o Write release email/blog entry o Update web page -o Write email to mailing list + - news.html + - inc/src_release_links.js o Update external resources: - http://en.wikipedia.org/wiki/OpenSCAD +o Write to mailing list +o Tweet o Notify package managers - Ubuntu: https://launchpad.net/~chrysn - Fedora: Miro HronĨok <miro@hroncok.cz> or <mhroncok@redhat.com> - - MacPorts: - + - OpenSUSE: Pavol Rusnak <prusnak@opensuse.org> + - MacPorts: Frank Schima <macports2000@gmail.com> Build and Upload Release Binaries --------------------------------- @@ -79,10 +83,6 @@ Linux: $ ./scripts/googlecode_upload.py -s 'Linux Binaries' -p openscad openscad-$VERSION.x86-ARCH.tar.gz -l Featured,OpSys-Linux,Type-Archive openscad-$VERSION.x86-ARCH.tar.gz o Update web page with download links -Windows mingw cross-build: FIXME 32 vs. 64 bit +Windows mingw cross-build: - $ ./scripts/publish-mingw-x.sh -> mingw32/Openscad-$VERSION.zip - -> mingw32/Openscad-$VERSION-Installer.exe - $ ./scripts/googlecode_upload.py -s 'Windows Binaries' -p openscad OpenSCAD-$VERSION.zip -l Featured,OpSys-Windows,Type-Archive OpenSCAD-$VERSION.zip - $ ./scripts/googlecode_upload.py -s 'Windows Installer' -p openscad OpenSCAD-$VERSION-Installer.exe -l Featured,OpSys-Windows,Type-Installer OpenSCAD-$VERSION-Installer.exe - o Update web page with download links +FIXME: Adapt scripts/builder.sh to build release binaries |