chore: retire the release notice carried by v0.66.0 - #1267
Merged
Conversation
.github/RELEASE_NOTICE.md is prepended verbatim to the release body and is written for one release. v0.66.0 has shipped, so it is removed here to stop it repeating on the next release. Opened automatically by .github/workflows/retire-release-notice.yml.
Deploying mcpproxy-docs with
|
| Latest commit: |
75b42ef
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://c898741c.mcpproxy-docs.pages.dev |
| Branch Preview URL: | https://chore-retire-release-notice-t5r0.mcpproxy-docs.pages.dev |
Contributor
Author
📦 Build ArtifactsWorkflow Run: View Run Available Artifacts
How to DownloadOption 1: GitHub Web UI (easiest)
Option 2: GitHub CLI gh run download 34689850130 --repo smart-mcp-proxy/mcpproxy-go
|
|
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
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.
.github/RELEASE_NOTICE.mdis prepended verbatim to the release body byrelease.yml, and is written for a single release.v0.66.0 has shipped, so the notice is removed here. Without this, the same advisory would repeat on every subsequent release — and a reader who sees the same advisory three times stops believing any of them.
If you want the notice to stay for a follow-up patch release, close this PR; another will be opened after the next published release.
Checks will not start on their own. This PR was opened with
GITHUB_TOKEN, and GitHub does not runpull_requestworkflows for it. Close and reopen the PR, or push an empty commit to the branch, and the required checks will run.Opened automatically by
.github/workflows/retire-release-notice.yml.