mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
This commit introduces a new `pnpm run devtools:release` command to streamline the Angular DevTools release process. The command automates the entire release workflow, including checking for new commits, updating version numbers, creating a release commit, and guiding the user through the publishing steps for both Chrome and Firefox extensions. The `devtools/docs/release.md` documentation has been updated to reflect the use of this new command, providing a single entry point for the release process. A new script `devtools/tools/release.mts` has been added to implement the release logic, and `package.json` has been updated to include the new script. PR Close #63599
147 B
147 B
Publish Angular DevTools
To publish Angular DevTools, run the following command and follow the prompts:
pnpm run devtools:release