Skip to content

Commit

Permalink
Minor tweaks to checklist
Browse files Browse the repository at this point in the history
  • Loading branch information
kintel committed Jan 17, 2013
1 parent 52c9fd7 commit 6ecf96b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions doc/release-checklist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ o Update VERSION environment variable
scripts/publish-mingw-x.sh

o Update RELEASE_NOTES
o Update copyright year in AboutDialog.html and mainwin.cc

o Tag release
git tag "openscad-$VERSION"
Expand All @@ -23,14 +24,13 @@ o build source package

o Sanity check; build a binary or two and manually run some tests

o Remove VERSION environment variable

export VERSION=

o git push --tags

o Upload Source package
$ ./scripts/googlecode_upload.py -s 'Source Code' -p openscad openscad-$VERSION.src.tar.gz -l Featured,Type-Source openscad-$VERSION.src.tar.gz
$ ./scripts/googlecode_upload.py -s 'Source Code' -p openscad -l Featured,Type-Source openscad-$VERSION.src.tar.gz

o Remove VERSION environment variable
$ unset VERSION

o Update web page
o Write email to mailing list
Expand Down

0 comments on commit 6ecf96b

Please sign in to comment.