From e317db58496d00536c6bf351748d21fb284d3a8e Mon Sep 17 00:00:00 2001 From: Claude Date: Sat, 25 Oct 2025 01:59:40 +0800 Subject: [PATCH] docs: add note to Makefile about preferring workflows --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 8d0f718b..4e337f9d 100644 --- a/Makefile +++ b/Makefile @@ -14,6 +14,9 @@ help: ## Show this help message @echo "" @echo "After bumping, push changes with: git push origin main" +# NOTE: For production releases, prefer using GitHub Actions workflows (see Development.md) +# These targets are kept for local testing and dry-runs only. + # Core package targets bump-patch-core: ## Bump patch version of cua-core (0.1.8 → 0.1.9) @echo "Bumping cua-core patch version..."