Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 497 Bytes

File metadata and controls

15 lines (10 loc) · 497 Bytes

Release Process

Nuget API key

  1. Check expirations of API keys at https://www.nuget.org/account/apikeys
  2. Regenerate key if necessary.
  3. GitHub, repository settings, Secrets...
  4. Update the Nuget API key with the new value.

Create Tag

  1. Create an annotated git tag on the commit for the release. Such as $ git tag -a v1.1.0 -m "Release v1.1.0"
  2. Push the tag to the repository.
  3. An automatic build and release will occur.