docs: add note to Makefile about preferring workflows

This commit is contained in:
Claude
2025-10-25 01:59:40 +08:00
parent 0236c85aaa
commit e317db5849

View File

@@ -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..."