ワンクリックで
central-release-version
Drive package defaults, release packaging, and website version display from one MSBuild property
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Drive package defaults, release packaging, and website version display from one MSBuild property
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Validate every meaningful workflow_dispatch input combination before approving release-pipeline changes
Keep mixed validation/release GitHub workflow dispatch inputs from misrouting validation runs
Validate NuGet release artifacts before publish and ensure both package and symbol payloads are release-correct
Ship an Astro docs site to GitHub Pages with SEO, validation, and custom-domain safety checks
Keep repo-local .NET sample apps zero-config by avoiding native apphosts when macOS integrity enforcement can kill them
Avoid `.App` executable assembly names for runnable .NET samples on macOS
| name | central-release-version |
| description | Drive package defaults, release packaging, and website version display from one MSBuild property |
| domain | release-engineering |
| confidence | high |
| source | trinity-earned |
Define one canonical release property in Directory.Build.props (for example SimplicityToolsReleaseVersion) and derive all secondary version shapes from it:
<release-version>-local.<release-version>-ci.<run-number>.release_group before applying version logic: validation runs ignore any optional version input and still emit the CI-only version, while libraries/analyzers/cli runs use either the explicit SemVer override or the canonical release version.This keeps version changes deterministic and reviewable. One edit updates package defaults, workflow-generated artifacts, and user-facing version display without drift between MSBuild, GitHub Actions, and frontend code. Branching on release intent before version handling also prevents validation runs from failing because the GitHub Actions form kept an old release version in the optional input field.