docs: Add releases administration guide#764
Merged
Conversation
Add comprehensive documentation for the release process including version bumping, changelog generation, and deployment steps.
maxisbey
reviewed
Nov 12, 2025
| ```yaml | ||
| mcp-registry:imageTag: 1.3.9 | ||
| ``` | ||
| 2. Commit and push: |
rdimitrov
reviewed
Nov 12, 2025
|
|
||
| ## Rollback | ||
|
|
||
| To rollback production, update `deploy/Pulumi.gcpProd.yaml` to the previous version and push. |
Member
There was a problem hiding this comment.
Should we add a comment that if the rollback includes a db migration too it might not work as expected?
rdimitrov
approved these changes
Nov 13, 2025
Merged
domdomegg
added a commit
that referenced
this pull request
Nov 17, 2025
Deploys v1.3.9 to production. ## Changes in v1.3.9 - New web UI for browsing the registry (#757) - Fixed namespace match validation for websiteUrl and remote URL (#769) - Added releases administration guide (#764) - Updated community projects documentation - Multiple dependency updates Release notes: https://github.com/modelcontextprotocol/registry/releases/tag/v1.3.9 The [deploy-production workflow](https://github.com/modelcontextprotocol/registry/actions/workflows/deploy-production.yml) will automatically deploy once this PR is merged.
Swathi-MuraliSrinivasan
pushed a commit
to Swathi-MuraliSrinivasan/paychex-mcp-registry
that referenced
this pull request
Nov 20, 2025
Add comprehensive documentation for the release process including version bumping, changelog generation, and deployment steps.
Swathi-MuraliSrinivasan
pushed a commit
to Swathi-MuraliSrinivasan/paychex-mcp-registry
that referenced
this pull request
Nov 20, 2025
Deploys v1.3.9 to production. ## Changes in v1.3.9 - New web UI for browsing the registry (modelcontextprotocol#757) - Fixed namespace match validation for websiteUrl and remote URL (modelcontextprotocol#769) - Added releases administration guide (modelcontextprotocol#764) - Updated community projects documentation - Multiple dependency updates Release notes: https://github.com/modelcontextprotocol/registry/releases/tag/v1.3.9 The [deploy-production workflow](https://github.com/modelcontextprotocol/registry/actions/workflows/deploy-production.yml) will automatically deploy once this PR is merged.
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.
Add comprehensive documentation for the release process including version bumping, changelog generation, and deployment steps.