diff options
-rw-r--r-- | RELEASE-CHECKLIST | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/RELEASE-CHECKLIST b/RELEASE-CHECKLIST index 5e71889bb..d72b3d277 100644 --- a/RELEASE-CHECKLIST +++ b/RELEASE-CHECKLIST @@ -11,8 +11,8 @@ _ Generate tarball (make tarball) _ Generate Windows package and copy to directory _ Upload to Google Code - googlecode-upload.py -s "Source tarball" -p pandoc -u fiddlosopher --labels=Featured,Type-Source,OpSys-All pandoc-x.yy.tar.gz - googlecode-upload.py -s "Windows binary package" -p pandoc -u fiddlosopher --labels=Featured,Type-Archive,OpSys-Windows pandoc-x.yy.zip + googlecode_upload.py -s "Source tarball" -p pandoc -u fiddlosopher --labels=Featured,Type-Source,OpSys-All dist/pandoc-1.2.tar.gz + googlecode_upload.py -s "Windows installer" -p pandoc -u fiddlosopher --labels=Featured,Type-Installer,OpSys-Windows pandoc-1.2-setup.exe _ Go to Google code and deprecate the old versions |