Skip to content

Commit bdd118a

Browse files
committed
Update release process
fixup: Remove "the"
1 parent d234d01 commit bdd118a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -588,7 +588,8 @@ This gem is published to [RubyGems.org](https://rubygems.org/gems/mcp)
588588
Releases are triggered by PRs to the `main` branch updating the version number in `lib/mcp/version.rb`.
589589

590590
1. **Update the version number** in `lib/mcp/version.rb`, following [semver](https://semver.org/)
591-
2. **Create A PR and get approval from a maintainer**
592-
3. **Merge your PR to the main branch** - This will automatically trigger the release workflow via GitHub Actions
591+
1. **Update CHANGELOG.md**, backfilling the changes since the last release if necessary, and adding a new section for the new version, clearing out the Unreleased section
592+
1. **Create a PR and get approval from a maintainer**
593+
1. **Merge your PR to the main branch** - This will automatically trigger the release workflow via GitHub Actions
593594

594595
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)