Skip to content

Commit c95ded7

Browse files
authored
fix(README): add note about config version number to update instructions
Adds a note about updating the version number in `.angular-cli.json` Fixes angular#4784
1 parent db80d6c commit c95ded7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,8 @@ npm install
118118

119119
You can find more details about changes between versions in [CHANGELOG.md](https://github.com/angular/angular-cli/blob/master/CHANGELOG.md).
120120

121+
You'll also need to update the `project` / `version` field in the `.angular-cli.json` file to the version you are updating to. You can run `ng version`, and copy the value in front of `@angular/cli: ` to be sure it's the correct value.
122+
121123

122124
## Development Hints for hacking on Angular CLI
123125

0 commit comments

Comments
 (0)