-
-
Notifications
You must be signed in to change notification settings - Fork 1
Update release notes workflow #36
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
Conversation
- Changed 'enhancement' label to 'feature' in GitReleaseManager.yml. - Updated GitHub Actions dependencies to latest versions (e.g., `actions/checkout@v4`, `gittools/actions/gitversion/setup@v3.2.1`). - Upgraded macOS runner to version 15. - Adjusted GitVersion to use versionSpec 6.3.0 and updated configuration to include `updateProjectFiles`. - Removed unnecessary .NET 6 setup in workflow.
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 updates the project version to 8.0.0 and modernizes the release workflow with updated GitHub Actions and configurations.
- Sets next version to 8.0.0 in GitVersion configuration
- Adds "feature" label support to GitReleaseManager
- Updates release workflow with newer action versions, updated parameters, and restricts triggers to release branches only
Reviewed Changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| GitVersion.yml | Sets the next version to 8.0.0 |
| GitReleaseManager.yml | Adds feature label configuration for release notes categorization |
| .github/workflows/release-notes.yml | Updates to newer action versions, modernizes parameters, adds permissions, restricts branch triggers, and upgrades runner to macos-15 |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| - name: feature | ||
| header: Feature | ||
| plural: Feature |
Copilot
AI
Nov 14, 2025
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.
The new "feature" label is added to issue-labels-alias but is missing from the issue-labels-include list (lines 5-13). Without being included in issue-labels-include, the label won't be processed when generating release notes. Add "feature" to the issue-labels-include list.
Set the next version to 8.0.0 in GitVersion. Updated the release notes action.