From 9df0bc81f12612e4521e38ffacd69f79ffc8d768 Mon Sep 17 00:00:00 2001 From: Razzeee Date: Sat, 28 May 2016 22:01:27 +0200 Subject: [PATCH] Fixed typo --- docs/using/github.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/using/github.md b/docs/using/github.md index 8deae0d5..ee381e39 100644 --- a/docs/using/github.md +++ b/docs/using/github.md @@ -19,7 +19,7 @@ https://github.com/myuser/MyApp/releases/latest The following steps are required to distribute your RELEASES and update NuGet packages with GitHub: -1. **Commit Latest Code** - In order for GitHub to mark a new release as the `Latest`, you have at least on additional commit since since the last release tag was added (i.e., releases tags must not share the same commit). +1. **Commit Latest Code** - In order for GitHub to mark a new release as the `Latest`, you have at least one additional commit since the last release tag was added (i.e., releases tags must not share the same commit). 1. **Create a New Release** - [Create a new GitHub release](https://help.github.com/articles/creating-releases/) in your MyApp repository matching your current release version (e.g., 1.0.0). 2. **Upload Release Files** - upload all of the files from `Releases` as assets of the GitHub release (e.g., RELEASES, MyApp.1.0.0-full.nupkg, MyApp.1.0.1-delta.nupkg, MyApp.1.0.1-full.nupkg). 3. **Set Pre-release (optional)** - if desired, set the release as a pre-release.