angular/vscode-ng-language-service/docs/release.md
Alan Agius 74405c7e7a 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
2025-11-21 12:22:20 -05:00

4 lines
231 B
Markdown

# 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`).