opentracing-csharp icon indicating copy to clipboard operation
opentracing-csharp copied to clipboard

Create a RELEASE.md file

Open cwe1ss opened this issue 7 years ago • 0 comments

We should create proper documentation for the release process. The current release process is:

  • Add & push tag to git repository (tag name MUST be a proper semantic version)
  • Wait for AppVeyor build to succeed -> it will create a GitHub release for the tag
  • Edit the GitHub release notes
  • Publish to NuGet.org via AppVeyor (via "Deploy" link on the build details - Deployment target "NuGet (OpenTracing)"

cwe1ss avatar May 24 '18 15:05 cwe1ss