Skip to content

Commit c89ed0a

Browse files
dgp1130clydin
authored andcommitted
docs: update package.json version note to be more visible
During the release today my eyes completely skipped over the new requirement to update `package.json`. Changed this to a list to give more visual weight and guide readers eyes to both places that need to be modified.
1 parent 48a278e commit c89ed0a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/process/release.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@ Consider if you need to update [`packages/schematics/angular/utility/latest-vers
6565

6666
As commits are cherry-picked when PRs are merged, creating the release should be a matter of creating a tag.
6767

68-
**Make sure you update the package versions in `packages/schematics/angular/utility/latest-versions.ts`.**
69-
70-
Update the version in the root package.json file to reflect the new release version.
68+
Update the package versions to reflect the new release version in **both**:
69+
1. [`package.json`](https://github.com/angular/angular-cli/blob/master/package.json#L3)
70+
1. [`packages/schematics/angular/utility/latest-versions.ts`](https://github.com/angular/angular-cli/blob/master/packages/schematics/angular/utility/latest-versions.ts)
7171

7272
```bash
7373
git commit -a -m 'release: vXX'

0 commit comments

Comments
 (0)