diff --git a/apps/extension/docs/extension-CI-setup.md b/apps/extension/docs/extension-CI-setup.md index 37b0e3ee..d4b87c8e 100644 --- a/apps/extension/docs/extension-CI-setup.md +++ b/apps/extension/docs/extension-CI-setup.md @@ -6,11 +6,12 @@ This document explains the CI/CD setup for the Task Master VS Code extension usi ### 1. Extension CI (`extension-ci.yml`) -**Triggers:** +#### Triggers + - Push to `main` or `next` branches (only when extension files change) - Pull requests to `main` or `next` (only when extension files change) -**What it does:** +#### What it does - ✅ Lints and type-checks the extension code - 🔨 Builds the extension (`pnpm run build`) @@ -206,4 +207,4 @@ Your extension will be automatically published to both: - ✅ **Review process**: Version changes are reviewable via PR - ✅ **Rollback capability**: Easy to revert if issues arise -This ensures clean, predictable, and fully automated publishing to both registries! 🚀 \ No newline at end of file +This ensures clean, predictable, and fully automated publishing to both registries! 🚀