Skip to content

Commit 6ecf96b

Browse files
committed
Minor tweaks to checklist
1 parent 52c9fd7 commit 6ecf96b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

doc/release-checklist.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ o Update VERSION environment variable
1414
scripts/publish-mingw-x.sh
1515

1616
o Update RELEASE_NOTES
17+
o Update copyright year in AboutDialog.html and mainwin.cc
1718

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

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

26-
o Remove VERSION environment variable
27-
28-
export VERSION=
29-
3027
o git push --tags
3128

3229
o Upload Source package
33-
$ ./scripts/googlecode_upload.py -s 'Source Code' -p openscad openscad-$VERSION.src.tar.gz -l Featured,Type-Source openscad-$VERSION.src.tar.gz
30+
$ ./scripts/googlecode_upload.py -s 'Source Code' -p openscad -l Featured,Type-Source openscad-$VERSION.src.tar.gz
31+
32+
o Remove VERSION environment variable
33+
$ unset VERSION
3434

3535
o Update web page
3636
o Write email to mailing list

0 commit comments

Comments
 (0)