Skip to content

Commit

Permalink
Add how to release to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
KevM committed Aug 16, 2016
1 parent cea29dc commit 4e82064
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,11 @@ http http://www.frijters.net/ikvmbin-<version>.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.

0 comments on commit 4e82064

Please sign in to comment.