ci: add CI + tag-triggered NuGet release pipeline (Trusted Publishing)#13
Merged
Conversation
…iptions - ci.yml: Release build (warnings-as-errors) + unit tests on push/PR to main - release.yml: on v* tag — verify tag matches VersionPrefix, build, test, pack, push to NuGet.org via Trusted Publishing (OIDC, no stored API key), create GitHub Release with artifacts - Rewrite NuGet descriptions benefit-first; drop inaccurate claims (Core is not the widget; Email channel has no IMAP receive) Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds the missing CI and release automation, plus benefit-first NuGet package descriptions.
ci.yml
Push/PR to main: Release build (TreatWarningsAsErrors active) + unit tests. Node 22 installed because the net10.0 AspNetCore build rebuilds the widget via npm. LLM tests auto-skip without BOTWIRE_TEST_API_KEY; Mailpit tests filtered.
release.yml (tag
v*)Requires (already configured on nuget.org): Trusted Publishing policy for adamy/BotWire + release.yml, and repo variable
NUGET_USER.Package descriptions
Rewritten benefit-first for NuGet search; removed inaccurate claims (Core described as "widget"; Email claimed IMAP receive that doesn't exist).
🤖 Generated with Claude Code