From 665989a41ad2cbd99ba2a544b25fea6f9c6fa325 Mon Sep 17 00:00:00 2001 From: Ben Allfree Date: Wed, 10 Dec 2025 09:07:21 -0800 Subject: [PATCH] chore: add guideline to avoid git operations during release preparation --- .cursor/rules/changelog-and-registry.mdc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.cursor/rules/changelog-and-registry.mdc b/.cursor/rules/changelog-and-registry.mdc index 068ed7d..efc7ddd 100644 --- a/.cursor/rules/changelog-and-registry.mdc +++ b/.cursor/rules/changelog-and-registry.mdc @@ -7,3 +7,5 @@ when making changes to a project that has a changelog, add the appropriate unrel 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 + +when preparing a release, do not touch git. no tagging, no commits