workflows are used within my NuGet Packages to do the following:
- Ensure all unit tests pass before allowing a pull request to be merged
- Increment the version anytime a pull request is merged with one of the following labels (major, minor, or patch)
- Create a NuGet Package & GitHub Release for the new version
Workflows
Actions
Resources