chore: coderabbit suggested modifications

This commit is contained in:
Ralph Khreish
2025-07-26 01:26:51 +03:00
parent e7f8beb098
commit 662a4eaecb

View File

@@ -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! 🚀
This ensures clean, predictable, and fully automated publishing to both registries! 🚀