Skip to content

Commit 5db96f0

Browse files
committed
document release process
1 parent 2dd9e96 commit 5db96f0

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -489,4 +489,12 @@ otherwise 'resources/read' requests will be a no-op.
489489

490490
## Releases
491491

492-
TODO
492+
This gem is published to [RubyGems.org](https://rubygems.org/gems/mcp)
493+
494+
Releases are triggered by PRs to the `main` branch updating the version number in `lib/mcp/version.rb`.
495+
496+
1. **Update the version number** in `lib/mcp/version.rb`, following [semver](https://semver.org/)
497+
2. **Create A PR and get approval from a maintainer**
498+
3. **Merge your PR to the main branch** - This will automatically trigger the release workflow via GitHub Actions
499+
500+
When changes are merged to the `main` branch, the GitHub Actions workflow (`.github/workflows/release.yml`) is triggered and the gem is published to RubyGems.

0 commit comments

Comments
 (0)