From 8fbaa3495cf90c8c19f387aa4104228cc7334af4 Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Mon, 31 Mar 2014 12:46:45 +1300 Subject: [PATCH] Update DEPLOYMENT.md Added notes about generating packages locally --- DEPLOYMENT.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/DEPLOYMENT.md b/DEPLOYMENT.md index 213325cb..bc840297 100644 --- a/DEPLOYMENT.md +++ b/DEPLOYMENT.md @@ -6,7 +6,8 @@ When we're ready to deploy a new release, we need to do the following steps: 2. Update [`ReleaseNotes.md`](ReleaseNotes.md). Note that the format is important as we parse the version out and use that for the NuGet packages. 3. Push the branch to GitHub and create a pull request. This will kick off the -MyGet build of the NuGet package with this new version. +MyGet build of the NuGet package with this new version. + If you're impatient, you can run `.\build CreatePackages` and get the packages locally. 4. Test! 5. When you're satisfied with this release, push the package [from MyGet](https://www.myget.org/feed/Packages/octokit) to NuGet.