angular/vscode-ng-language-service/docs/release.md
Alan Agius 36c967e0ef build: automate GitHub release creation for vscode extension
Update the release script to automatically create a GitHub release and upload the VSIX asset.

Example release: https://github.com/angular/angular/releases/tag/vsix-21.0.0

(cherry picked from commit 74405c7e7a)
2025-11-21 12:22:22 -05:00

231 B

Release Guide

To release, use the command: pnpm --filter=ng-template run release. The release will be done from the current branch unless the BRANCH_TO_RELEASE environment variable is set (e.g., BRANCH_TO_RELEASE=21.0.x).