Update DEPLOYMENT.md

Added notes about generating packages locally
This commit is contained in:
Brendan Forster
2014-03-31 12:46:45 +13:00
parent 3be869b8d7
commit 8fbaa3495c

View File

@@ -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.