You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(@schematics/angular): read build-angular's version from package.json
Now that `@angular-devkit/build-angular` is promoted to stable
(#20528), it will
always have the same version as `@schematics/angular`.
With this change, there is no need to manually update `DevkitBuildAngular`
field in `latest-versions.ts` anymore.
Copy file name to clipboardExpand all lines: docs/process/release.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -153,9 +153,7 @@ using the `--githubToken` flag. You just then have to confirm the draft.
153
153
154
154
**For each released version**:
155
155
156
-
Update the package versions to reflect the *next* release version in **both**:
157
-
1.`version` in [`package.json`](https://github.com/angular/angular-cli/blob/master/package.json#L3)
158
-
1.`DevkitBuildAngular` in [`packages/schematics/angular/utility/latest-versions.ts`](https://github.com/angular/angular-cli/blob/master/packages/schematics/angular/utility/latest-versions.ts)
156
+
Update `version` in root [`package.json`](/package.json#L3) to the *next* release version.
0 commit comments