mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
462 B
462 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).
Post release
After the release update release notes in GitHub
- Go to the Releases section.
- Click "Draft new release".
- Copy the text added to the
CHANGELOG.md. - Upload the
.vsixfile. - Click "Publish Release".