Skip to content

Commit

Permalink
Clarify release process
Browse files Browse the repository at this point in the history
  • Loading branch information
jjonescz committed Dec 3, 2024
1 parent d5fb935 commit d363123
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,4 +126,4 @@ Tests are currently only supported on Linux, because they are snapshot tests (ge

### Release process

After pushing a tag, GitHub workflow `release.yml` is triggered which builds and publishes the NuGet package.
After pushing a tag (usually by creating and publishing a new release on GitHub), GitHub workflow `release.yml` is triggered which builds and publishes the NuGet package. If the action fails, check expiration of the NuGet API key and regenerate it if necessary.

0 comments on commit d363123

Please sign in to comment.