Skip to content

Commit 12d2cde

Browse files
jeffhandleyCopilot
andauthored
Update package readme references
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent f64e69f commit 12d2cde

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/skills/prepare-release/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ Generate a human-readable diff of the public API surface between the previous re
113113

114114
Review repository documentation for changes needed to compensate for or adapt to this release:
115115

116-
1. **NuGet package READMEs** — Validate that code samples in `README.md`, `src/ModelContextProtocol.Core/README.md`, and `src/ModelContextProtocol.AspNetCore/README.md` compile against the current SDK. Follow [references/readme-snippets.md](references/readme-snippets.md) for the validation procedure. Propose fixes for any API mismatches.
116+
1. **NuGet package READMEs** — Validate that code samples in `README.md` and `src/PACKAGE.md` compile against the current SDK. Follow [references/readme-snippets.md](references/readme-snippets.md) for the validation procedure. Propose fixes for any API mismatches.
117117
2. **Conceptual documentation** — Review `docs/` for content affected by the changes in this release. Update references to changed APIs, new features, or removed functionality.
118118
3. **Versioning documentation** — If the release introduces new versioning-relevant policies (new experimental APIs, obsoletion changes), verify `docs/versioning.md` reflects them.
119119
4. **Changelogs** — If the repository contains changelog files (e.g., `CHANGELOG.md`), update them with the release information. If no changelogs exist, skip this sub-step and note it in the summary.

.github/skills/publish-release/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Re-categorize all PRs in the commit range (including any new ones from Step 3).
7171

7272
Verify that all C# code samples in the package README files compile against the current SDK at the merge commit. Follow the [README validation guide](../prepare-release/references/readme-snippets.md) for the full procedure.
7373

74-
1. Extract `csharp`-fenced code blocks from `README.md`, `src/ModelContextProtocol.Core/README.md`, and `src/ModelContextProtocol.AspNetCore/README.md`
74+
1. Extract `csharp`-fenced code blocks from `README.md` and `src/PACKAGE.md`
7575
2. Create a temporary test project at `tests/ReadmeSnippetValidation/`
7676
3. Build and report results
7777
4. Delete the temporary project

0 commit comments

Comments
 (0)