From e931c217cd67b62299a4574335e72eed9f64862f Mon Sep 17 00:00:00 2001 From: Ben Allfree Date: Wed, 10 Dec 2025 05:17:46 -0800 Subject: [PATCH] chore: clarify changelog entry instructions and update changelog usage guidelines --- .cursor/rules/changelog-and-registry.mdc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.cursor/rules/changelog-and-registry.mdc b/.cursor/rules/changelog-and-registry.mdc index c7be02d..068ed7d 100644 --- a/.cursor/rules/changelog-and-registry.mdc +++ b/.cursor/rules/changelog-and-registry.mdc @@ -2,6 +2,8 @@ alwaysApply: true --- -when making changes to a module that has a changelog, add the appropriate unreleased change log entry +when making changes to a project that has a changelog, add the appropriate unreleased change log entry when preparing an MPM plugin release, don't forget to update @public/registry.json + +changelog uses: major/minor/patch and does NOT use added/changed/removed