Skip to content

Commit

Permalink
update pakacge realease notes URL and publishing directions
Browse files Browse the repository at this point in the history
  • Loading branch information
WalkerCodeRanger committed Oct 23, 2024
1 parent 1b271f4 commit 2c3bdd2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
13 changes: 7 additions & 6 deletions PublishingRelease.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion Semver/Semver.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<PackageId>Semver</PackageId>
<Title>Semantic versioning</Title>
<PackageTags>semver,semantic,version,versioning</PackageTags>
<PackageReleaseNotes>https://github.com/WalkerCodeRanger/semver/releases</PackageReleaseNotes>
<PackageReleaseNotes>https://github.com/WalkerCodeRanger/semver/releases/tag/v3.0.0</PackageReleaseNotes>
<PackageProjectUrl>https://github.com/WalkerCodeRanger/semver</PackageProjectUrl>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/WalkerCodeRanger/semver</RepositoryUrl>
Expand Down

0 comments on commit 2c3bdd2

Please sign in to comment.