diff --git a/PublishingRelease.md b/PublishingRelease.md index 59ac39a..a121275 100644 --- a/PublishingRelease.md +++ b/PublishingRelease.md @@ -9,13 +9,14 @@ ## Steps to Publish Release -1. Merge the `vX.Y.Z-readme` branch into `master`. -2. Create an *annotated* tag of the version number being published prefixed with "v". The tag +1. Update the NuGet package release notes link to the URL where notes for this version will be. This + will be `https://github.com/WalkerCodeRanger/semver/releases/tag/vX.Y.Z`. +2. Merge the `vX.Y.Z-readme` branch into `master`. +3. Create an *annotated* tag of the version number being published prefixed with "v". The tag description should match the tag name. -3. Wait for the build of that tag to complete in Appveyor. -4. Download the nupkg and snupkg files from Appveyor's assets tab. -5. Upload those to NuGet with the new readme. - * Remove the build and NuGet status from the top of the readme before putting it in NuGet. +4. Wait for the build of that tag to complete in Appveyor. +5. Download the nupkg and snupkg files from Appveyor's assets tab. +6. Upload those to NuGet.org. The readme should be populated from the package. ## After Publishing a Release diff --git a/Semver/Semver.csproj b/Semver/Semver.csproj index 923c93e..cb35503 100644 --- a/Semver/Semver.csproj +++ b/Semver/Semver.csproj @@ -16,7 +16,7 @@ Semver Semantic versioning semver,semantic,version,versioning - https://github.com/WalkerCodeRanger/semver/releases + https://github.com/WalkerCodeRanger/semver/releases/tag/v3.0.0 https://github.com/WalkerCodeRanger/semver git https://github.com/WalkerCodeRanger/semver