Skip to content

Add CI and release GitHub Actions workflows - #4

Merged
stanoddly merged 4 commits into
mainfrom
add-ci-and-release-workflows
Mar 4, 2026
Merged

Add CI and release GitHub Actions workflows#4
stanoddly merged 4 commits into
mainfrom
add-ci-and-release-workflows

Conversation

@botoddly

@botoddly botoddly commented Mar 4, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • Add CI workflow that builds and tests on pushes to main and PRs
  • Add release workflow triggered by version tags (e.g. v1.0.0) that builds, tests, publishes to NuGet, and creates a GitHub Release with the .nupkg attached

Setup

  • A NUGET_API_KEY repository secret must be configured before the first release

Test plan

  • Verify CI workflow runs on this PR
  • After merging, push a tag (git tag v0.1.0 && git push origin v0.1.0) to verify the release workflow

@stanoddly
stanoddly merged commit a82b060 into main Mar 4, 2026
1 check passed
@stanoddly
stanoddly deleted the add-ci-and-release-workflows branch March 4, 2026 20:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants