mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-17 11:03:53 +08:00
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.
This commit is contained in:
parent
48a278e18f
commit
c89ed0af3e
@ -65,9 +65,9 @@ Consider if you need to update [`packages/schematics/angular/utility/latest-vers
|
|||||||
|
|
||||||
As commits are cherry-picked when PRs are merged, creating the release should be a matter of creating a tag.
|
As commits are cherry-picked when PRs are merged, creating the release should be a matter of creating a tag.
|
||||||
|
|
||||||
**Make sure you update the package versions in `packages/schematics/angular/utility/latest-versions.ts`.**
|
Update the package versions to reflect the new release version in **both**:
|
||||||
|
1. [`package.json`](https://github.com/angular/angular-cli/blob/master/package.json#L3)
|
||||||
Update the version in the root package.json file to reflect the new release version.
|
1. [`packages/schematics/angular/utility/latest-versions.ts`](https://github.com/angular/angular-cli/blob/master/packages/schematics/angular/utility/latest-versions.ts)
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git commit -a -m 'release: vXX'
|
git commit -a -m 'release: vXX'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user