-
Notifications
You must be signed in to change notification settings - Fork 317
Add 7.0.0-preview3 release notes and release note generation prompt. #3829
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR adds release notes for the 7.0.0-preview3 release and includes a workflow prompt file to help generate future release notes. The release notes document changes since preview2, including .NET 10 support, bug fixes, and various performance improvements. The PR maintains consistency with the Keep a Changelog format used throughout the project.
Key changes:
- Adds a new prompt file for automated release note generation workflow
- Documents 7.0.0-preview3 release with detailed change descriptions
- Updates CHANGELOG.md and release directory README with the new release
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| tools/prompts/generate-release-notes.md | New prompt file providing AI-guided workflow for generating release notes from GitHub milestones |
| release-notes/7.0/7.0.0-preview3.md | Comprehensive release notes detailing new features, fixes, and changes since preview2 |
| release-notes/7.0/README.md | Updated release table to include preview3 with date and link |
| CHANGELOG.md | Added preview3 entry with concise changelog following Keep a Changelog format |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
Copilot reviewed 6 out of 6 changed files in this pull request and generated 3 comments.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
Copilot reviewed 5 out of 5 changed files in this pull request and generated 3 comments.
Description
Includes a prompt file to easily generate release notes for a given release milestone.