From 9c0b62b449094f3cd59612b5c8f4142d5cfabd62 Mon Sep 17 00:00:00 2001 From: Topher Bullock Date: Tue, 20 May 2025 18:27:14 -0400 Subject: [PATCH] update release changelog curesor rule update to new repo path --- .cursor/rules/release-changelogs.mdc | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/.cursor/rules/release-changelogs.mdc b/.cursor/rules/release-changelogs.mdc index f7309a9..484d944 100644 --- a/.cursor/rules/release-changelogs.mdc +++ b/.cursor/rules/release-changelogs.mdc @@ -1,21 +1,20 @@ --- description: writing changelog markdown when cutting a new release of the gem -globs: +globs: alwaysApply: false --- -- output the changelog as markdown when asked. +- output the changelog as markdown when asked. - git tags are used to mark the commit that cut a new release of the gem - the gem version is located in [version.rb](mdc:lib/model_context_protocol/version.rb) - use the git history, especially merge commits from PRs to construct the changelog -- when necessary, look at the diff of files changed to determine whether a PR should be listed in +- when necessary, look at the diff of files changed to determine whether a PR should be listed in - ## Added; adds new functionality - ## Changed; alters functionality; especially backward compatible changes - - ## Fixed; bugfixes that are forward compatible + - ## Fixed; bugfixes that are forward compatible use the following format for changelogs: -https://cloudsmith.io/~shopify/repos/gems/packages/detail/ruby/mcp-ruby/{gem version}/ - +```markdown # Changelog ## Added @@ -25,8 +24,11 @@ https://cloudsmith.io/~shopify/repos/gems/packages/detail/ruby/mcp-ruby/{gem ver - Alterations to functionality that may indicate breaking changes ## Fixed -- Bug fixes +- Bug fixes #### Full change list: -- [Name of the PR #123](mdc:https:/github.com/Shopify/mcp-ruby/pull/123) @github-author-username -- [Name of the PR #456](mdc:https:/github.com/Shopify/mcp-ruby/pull/456) @another-github-author +- [Name of the PR #1](https:/github.com/modelcontextprotocol/ruby-sdk/pull/1) @github-author-username +- [Name of the PR #2](https:/github.com/modelcontextprotocol/ruby-sdk/pull/2) @another-github-author +``` + +always add `Full change list:` and list the PRs merged since the last update to [version.rb](mdc:lib/model_context_protocol/version.rb)