diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/release-checklist.txt | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/doc/release-checklist.txt b/doc/release-checklist.txt index 02ac82e..e69ed87 100644 --- a/doc/release-checklist.txt +++ b/doc/release-checklist.txt @@ -1,14 +1,15 @@ OpenSCAD Release Checklist -------------------------- -o Update VERSION in these files: +o Update VERSION environment variable + export VERSION=2012.08 + + It will be used by the commands below, as well as these files: + scripts/release-linux.sh - scripts/publish-macosx.sh + scripts/publish-macosx.sh scripts/publish-mingw-x.sh -o Update VERSION env variable - export VERSION=2012.08 - o Update RELEASE_NOTES o Tag release @@ -30,7 +31,9 @@ o build binaries o FIXME: Run some tests -o Set back version to being date-tagged: release-linux.sh, publish-macosx.sh, FIXME: Windows +o Remove VERSION environment variable + + export VERSION= o git push --tags |