Open
Conversation
- Created release notes for 6.1.5.
paulmedynski
commented
Apr 9, 2026
| argument-hint: <milestone> <branch> | ||
| agent: agent | ||
| tools: ['edit/createFile', 'edit/editFiles', 'read/readFile'] | ||
| tools: ['edit/createFile', 'edit/editFiles', 'read/readFile', 'execute/runInTerminal'] |
Contributor
Author
There was a problem hiding this comment.
My agent wanted to run some gh CLI commands.
| name: release-notes | ||
| description: Generate release notes for a specific milestone, covering all packages in the repository that have changes. | ||
| argument-hint: <milestone> | ||
| argument-hint: <milestone> <branch> |
Contributor
Author
There was a problem hiding this comment.
Adding the branch allows for some explicit comparisons between the milestone contents and the branch commits.
- Added link -> URL instruction.
Contributor
There was a problem hiding this comment.
Pull request overview
Adds the release-note artifacts for the Microsoft.Data.SqlClient 6.1.5 stable release and updates the internal release-notes prompt to incorporate release-branch awareness.
Changes:
- Added 6.1.5 release notes and indexed the release in the 6.1 release-notes README.
- Added a 6.1.5 entry to
CHANGELOG.md. - Updated the
.github/prompts/release-notesprompt to accept a branch parameter and enable terminal execution for branch verification steps.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| release-notes/6.1/README.md | Adds 6.1.5 to the 6.1 stable release index table. |
| release-notes/6.1/6.1.5.md | New release notes document for stable 6.1.5 (fixes + platform/deps). |
| CHANGELOG.md | Adds a 6.1.5 section with the summarized fixes and links to full notes. |
| .github/prompts/release-notes.prompt.md | Extends prompt inputs/tools and adds branch-vs-milestone verification guidance. |
- Fixed some formatting and a Copilot suggestion.
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.
Description