Skip to content

Commit

Permalink
udpates to scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Young committed Nov 9, 2011
1 parent 4adec41 commit a7b2342
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ Next, the download page needs to be updated to point to the new zip. This must b
Then, create a tag:
git tag -a <TAGNAME> -m "Created a tag for version <TAGNAME>"

Next, run `package_release.bat` to build, package, and upload QuickFIX/n to the web:
Next, run `package_release.bat <TAGNAME>` to build, package, and upload QuickFIX/n to the web:

After the script is done, you will need to manually push the tag:

Expand Down
2 changes: 1 addition & 1 deletion package_release.bat
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ rmdir /s/q tmp
echo
echo Successfully created QuickFIX/n %TAG_VERSION%.
echo You can download the zip here: http://quickfixn.s3.amazonaws.com/%ZIP_NAME%
echo You must manually add and commit web/views/download.md, and deploy the website
echo You must commit the new tag and deploy the website
2 changes: 1 addition & 1 deletion update_download_page.bat
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set TAG_VERSION=%1
if "%TAG_VERSION%" == "" echo "Please provide a version (e.g. update_download_page.bat v1.0)" && exit /b

rem Update downloads page - NOTE this must be done first
ruby scripts\update_downloads_page.rb web/views/download.md %TAG_VERSION%
ruby scripts\update_download_page.rb web/views/download.md %TAG_VERSION%
if %errorlevel% neq 0 echo "There was an error uploading the downloads page" && exit /b %errorlevel%

rem commit the downloads page, so it will be part of the tag
Expand Down

0 comments on commit a7b2342

Please sign in to comment.