575 B
575 B
BUILDING AND RELEASING GIT-TFS
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
-
Upload the release somewhere.
-
Update the download button on the website.