Skip to content

Commit 3f0d699

Browse files
committed
docs: remove RC mentions in 1.0 guide
Close angular#5631
1 parent ec34fcc commit 3f0d699

1 file changed

Lines changed: 2 additions & 8 deletions

File tree

docs/documentation/stories/1.0-update.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Angular CLI RC migration guide
1+
# Angular CLI migration guide
22

33
In this migration guide we'll be looking at some of the major changes to CLI projects in the
44
last two months.
@@ -8,18 +8,12 @@ Most of these changes were not breaking changes and your project should work fin
88
But if you've been waiting for the perfect time to update, this is it!
99
Along with major rebuild speed increases, we've been busy adding a lot of features.
1010

11-
RC means release candidate and we intend to stick to it.
12-
Unless there is a major breaking bug, we will not change the public surface of the API and
13-
its generated projects.
14-
15-
This means that a project upgraded now should need no more code changes all the way to 1.0.
16-
1711
Documentation has also completely moved to [the wiki](https://github.com/angular/angular-cli/wiki).
1812
The new [Stories](https://github.com/angular/angular-cli/wiki/stories) section covers common usage
1913
scenarios, so be sure to have a look!
2014

2115
Below are the changes between a project generated two months ago, with `1.0.0-beta.24` and
22-
a `1.0.0-rc.1` project.
16+
a `1.0.0` project.
2317
If you kept your project up to date you might have a lot of these already.
2418

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

0 commit comments

Comments
 (0)