From ddae4573c154e048041d7d7540f5d2e84adf58bf Mon Sep 17 00:00:00 2001 From: Philippe Miossec Date: Fri, 8 Nov 2013 20:28:36 +0100 Subject: [PATCH] Update the README.md during the release process --- Release.proj | 3 +++ Releasing.md | 4 +--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Release.proj b/Release.proj index 61a73235..fc96dbe2 100644 --- a/Release.proj +++ b/Release.proj @@ -28,6 +28,7 @@ + @@ -60,6 +61,8 @@ + + diff --git a/Releasing.md b/Releasing.md index 98da9f65..bcde42b7 100644 --- a/Releasing.md +++ b/Releasing.md @@ -13,8 +13,6 @@ Normally, you should do this: msbuild Release.proj /t:Release /p:Version=X.Y.Z /p:User="login:password" -3. Update [the README.md](https://github.com/git-tfs/git-tfs/edit/master/README.md). - -4. Build the chocolatey package. (For this to work, you need to [set an API key](https://github.com/chocolatey/chocolatey/wiki/CommandsPush#note-to-use-this-command-you-must-have-your-api-key-saved-for-chocolateyorg-or-the-source-you-want-to-push-to).) +3. Build the chocolatey package. (For this to work, you need to [set an API key](https://github.com/chocolatey/chocolatey/wiki/CommandsPush#note-to-use-this-command-you-must-have-your-api-key-saved-for-chocolateyorg-or-the-source-you-want-to-push-to).) msbuild Release.proj /t:Chocolatey /p:Version=X.Y.Z /p:DownloadUrl=https://whatever/path/to/GitTfs-X.Y.Z.zip