mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
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
4 lines
231 B
Markdown
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`).
|