Skip to content

Commit

Permalink
Final changes before release
Browse files Browse the repository at this point in the history
  • Loading branch information
nickgammon committed Jan 17, 2016
1 parent d533bca commit 7a06de4
Show file tree
Hide file tree
Showing 3 changed files with 85 additions and 85 deletions.
12 changes: 6 additions & 6 deletions how_to_release.txt
Expand Up @@ -63,7 +63,7 @@ MAKE INSTALLER

1. Open directory: \source\mushclient\install
2. Run shortcut: Make Installer
3. Rename resulting file 'mushclient40x.exe' as appropriate (eg. mushclient454.exe)
3. Rename resulting file 'mushclient50x.exe' as appropriate (eg. mushclient502.exe)


COMMIT FINAL CHANGES TO GIT
Expand All @@ -73,14 +73,14 @@ COMMIT FINAL CHANGES TO GIT
git push

2. Tag this release and push tags:
git tag -a v4.54 -m "Version 4.54 as released"
git tag -a v5.01 -m "Version 5.01 as released"
git push --tags


FIND INSTALLER MD5 SUM

1. Switch to install directory and type:
md5sum *454* (version number here)
md5sum *501* (version number here)


UPLOAD INSTALLER
Expand All @@ -89,15 +89,15 @@ UPLOAD INSTALLER

sftp username@gammon.com.au
cd www/files/mushclient
put mushclient454.exe
chmod 644 mushclient454.exe
put mushclient501.exe
chmod 644 mushclient501.exe
Ctrl+D

2. Check upload:

ssh username@gammon.com.au
cd www/files/mushclient
md5sum *454* (version number here)
md5sum *501* (version number here)


DO ANNOUNCEMENT
Expand Down

0 comments on commit 7a06de4

Please sign in to comment.