You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -489,4 +489,12 @@ otherwise 'resources/read' requests will be a no-op.
489
489
490
490
## Releases
491
491
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