Skip to content

Add ReactiveProperty release skill#558

Merged
runceel merged 1 commit into
mainfrom
runceel-release-skill-plan
Jun 24, 2026
Merged

Add ReactiveProperty release skill#558
runceel merged 1 commit into
mainfrom
runceel-release-skill-plan

Conversation

@runceel

@runceel runceel commented Jun 24, 2026

Copy link
Copy Markdown
Owner

Summary

Adds a contributor-facing skill for ReactiveProperty releases so agents follow the repository's current tag-driven NuGet publishing flow. This captures the release runbook in .agents/skills/ instead of treating it as a consumer-facing ReactiveProperty skill.

The skill covers release mode selection, version/tag validation, target commit preflight, local validation, tag push confirmation, GitHub Actions monitoring, and NuGet/GitHub Release verification. It also documents that version bump PRs are optional record-keeping only for the current workflow because package versions are derived from the v* tag during release.

Notes

The pre-release path requires -pre in the version because the current workflow uses that substring to mark GitHub Releases as prerelease.

Validation

  • Checked skill metadata, line count, required release-mode ask_user guard, pre-release/stable mode coverage, error handling, output format, and post-run reflection.
  • Confirmed referenced workflow, solution, version props file, and NuGet trusted publishing skill paths exist.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@runceel runceel merged commit e5b0741 into main Jun 24, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants