From 4e82064fc7bd6a8b3d253ad549c871c490a28ea5 Mon Sep 17 00:00:00 2001 From: KevM Date: Mon, 15 Aug 2016 21:52:09 -0500 Subject: [PATCH] Add how to release to readme --- Readme.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Readme.md b/Readme.md index b3fd2e5..c319230 100644 --- a/Readme.md +++ b/Readme.md @@ -68,3 +68,11 @@ http http://www.frijters.net/ikvmbin-.zip ``` Looking for updated versions of IKVM? [Check out their blog](http://weblog.ikvm.net). + +## Releasing a Nuget + +1. Update the `Release-Notes.md` adding a new section for the next version. This is really important because it controls the version number of the assemblies and nuget packages. +2. Tag the release commit. `git tag -a v{version} -m "Ship it!"` +3. Push the tag `git push origin --tags` + +Appveyor is setup to to automatically push tagged commits to Nuget.