원클릭으로
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.