@@ -431,7 +431,7 @@ echo "fix(api-console): resolve issue" | npx commitlint
431431
432432** Branch Naming** :
433433- Component fixes: feature branches (e.g., ` feat/W-12345678-fix-auth ` )
434- - api-console releases: ` build/<build-number> ` (v6) or ` feat/<release-ticket>/<version> ` (v7)
434+ - api-console releases: ` build/<build-number> `
435435
436436** Note** : Some components use older branches:
437437- ` advanced-rest-client/authorization ` → use ` support/0.1 ` branch (NOT master)
@@ -467,19 +467,6 @@ npm run prepare:api-console
467467
468468** Useful Tool** : Use ` /update-api-console-components ` skill for complete release workflow automation
469469
470- ### v7 Release Process
471-
472- ** Schedule** : Every 4 weeks on Tuesdays
473- ** Repository** : ` api-console-lwc `
474-
475- ** Steps** :
476- 1 . Checkout ` api-console-lwc ` develop branch
477- 2 . Create branch: ` feat/<release-ticket>/<version> `
478- 3 . Create PR to ** both** ` develop ` and ` master ` → wait for approval → merge
479- 4 . Auto-published to npm
480- 5 . Create GitHub release (e.g., [ v0.2.83] ( https://github.com/anypoint-web-components/api-console-lwc/releases ) )
481- - List all tickets (fixes + enhancements) in release notes
482-
483470### Related Teams & Contacts
484471
485472API Console is embedded in multiple products. Escalate to these teams when needed:
@@ -519,16 +506,6 @@ npm i
519506npm ls @api-components/api-type-document # Verify component version
520507```
521508
522- ### LWC Migration Context
523-
524- ** Why v7 exists** : Salesforce Lightning Locker Service (API v40+) blocks custom web components. v6 uses Aura wrapper forced to API v39 (Spring '17 release).
525-
526- ** Problem** : API v39 passed 3-year support commitment (Spring '20). Uncertain how long it remains supported.
527-
528- ** Solution** : Migrating to native LWC (` api-console-lwc ` ) to avoid Aura wrapper and API version constraints.
529-
530- ** Status** : Not all components migrated yet, some tests missing. See [ LWC migration docs] ( https://salesforce.quip.com/link-to-lwc-migration ) .
531-
532509## Important Constraints
533510
534511### DO:
0 commit comments