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: use TRAVIS_BUILD_WEB_URL and require Angular 18+
- Use TRAVIS_BUILD_WEB_URL instead of constructing URL manually
(works for .org, .com, and enterprise installations)
- Update README to require Angular 18+ (not 17)
- Fix misleading browserTarget comment in builder.ts
- Remove dead Travis CI link from standalone docs
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -96,15 +96,15 @@ If this is not the folder that you want to serve, you should explicitly specify
96
96
ng deploy --dir=dist/test/browser
97
97
```
98
98
99
-
This new build logic is a breaking change, therefore `angular-cli-ghpages` v2 only supports Angular 17 and higher.
99
+
This new build logic is a breaking change, therefore `angular-cli-ghpages` v2 requires Angular 18 or higher.
100
100
For previous versions of Angular, use `angular-cli-ghpages` v1.x.
101
101
102
102
## ⚠️ Prerequisites <aname="prerequisites"></a>
103
103
104
104
This command has the following prerequisites:
105
105
106
106
- Git 1.9 or higher (execute `git --version` to check your version)
107
-
- Angular project created via [Angular CLI](https://github.com/angular/angular-cli)v17 or greater
107
+
- Angular project created via [Angular CLI](https://github.com/angular/angular-cli)v18 or greater
108
108
- older Angular projects can still use a v1.x version or use the standalone program. See the documentation at [README_standalone](https://github.com/angular-schule/angular-cli-ghpages/blob/master/docs/README_standalone.md).
Copy file name to clipboardExpand all lines: docs/README_standalone.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
@@ -91,9 +91,7 @@ If you need automatic build integration, use `ng deploy` instead of the standalo
91
91
92
92
## Extra
93
93
94
-
For your convenience, the command will recognize the [environment variable](https://docs.travis-ci.com/user/environment-variables/#Defining-Variables-in-Repository-Settings) `GH_TOKEN` and will replace this pattern in the `--repo` string.
95
-
96
-
In example, the following command runs [on our Travis-CI](https://travis-ci.org/angular-buch/book-monkey2):
94
+
For your convenience, the command will recognize the environment variable `GH_TOKEN` and will replace this pattern in the `--repo` string.
0 commit comments