Normally, you should do this:
-
Make sure your HEAD is clean and that it is the same as the upstream master!
git ls-remote https://github.com/git-tfs/git-tfs.git refs/heads/master git rev-parse HEAD git status
-
Build the release and include the version (e.g. X.Y.Z).
msbuild Release.proj /t:Release /p:Version=X.Y.Z
-
Find the new tag and create a release for it.
-
Update the download button on the website.
-
Update the README.md.
-
Build the chocolatey package. (For this to work, you need to set an API key.)
msbuild Release.proj /t:Chocolatey /p:Version=X.Y.Z /p:DownloadUrl=https://whatever/path/to/GitTfs-X.Y.Z.zip