-
Notifications
You must be signed in to change notification settings - Fork 1
Remove send X release announcement feature #278
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
Remove send X release announcement feature #278
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
Removes the optional “Send X Release Announcement” capability from the reusable .github/workflows/dotnet-lib-release.yml workflow as requested in issue #275, and also includes a couple of developer-tooling updates.
Changes:
- Removed the
send-x-release-postworkflow input and the “Send X Release Announcement” step fromdotnet-lib-release.yml. - Reordered base-branch choices in the feature PR creator tool (
mainnow listed beforedevelop). - Updated
deno.jsontask URLs to pull dev-tools scripts fromInfrastructuretagv16.0.0.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 4 comments.
| File | Description |
|---|---|
dev-tools/feat-pr-creator-tool.ts |
Changes base-branch selection ordering in the PR creation tool. |
deno.json |
Updates task URLs to use Infrastructure tag v16.0.0 for dev-tools scripts. |
.github/workflows/dotnet-lib-release.yml |
Removes X release-post input/step from the reusable release workflow. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
1c56fb5 to
423b9ef
Compare
Description
The goal of this pull request is to implement the changes described in the linked issue.
This pull request closes #275.
Unrelated Changes
List the changes that were made that were unrelated to the linked issue.
Reviewer Notes
Add additional notes about what the reviewer should focus on.