Skip to content

Add GitHub Actions workflow with tag-driven NuGet publishing - #1

Merged
WyoDoug merged 1 commit into
masterfrom
ci/github-actions-workflow
Apr 14, 2026
Merged

Add GitHub Actions workflow with tag-driven NuGet publishing#1
WyoDoug merged 1 commit into
masterfrom
ci/github-actions-workflow

Conversation

@WyoDoug

@WyoDoug WyoDoug commented Apr 14, 2026

Copy link
Copy Markdown
Owner

Summary

  • Adds GitHub Actions workflow: build + test on PRs/master, pack + push to nuget.org on version tags
  • Version derived from tag name (e.g. v1.0.7 → package version 1.0.7)
  • Non-tag builds use 0.0.0-ci.<run> prerelease version, not pushed to nuget

Release workflow

  1. Merge PR to master
  2. git tag v1.0.7 && git push origin v1.0.7
  3. NuGet package published automatically

🤖 Generated with Claude Code

Build and test on PRs and master pushes. NuGet pack and push only
on version tags (v*). Version is derived from the tag name.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@WyoDoug
WyoDoug merged commit f332fe8 into master Apr 14, 2026
1 check failed
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