v1.0.0-rc.1
Pre-release
Pre-release
This release adds support for Angular v11. 🎉
Starting with version 1 the option --configuration
was renamed to --build-target
.
BEFORE (does not work):
ng deploy --configuration=test
NOW:
ng deploy --build-target=test
If you use the old syntax, you will probably receive the following error:
An unhandled exception occurred: Configuration 'test' is not set in the workspace.
Features
Fixes
- fix(engine): remove extraneous slash from extended commit message for GitHub Actions, see PR #91 by @EdricChan03
- fix(tooling): fix jest types (24d9922), as explained in angular-schule/ngx-deploy-starter#7 (comment) by @dianjuar
- fix(tooling): improve prettier formatter (891ee8c), as reported in angular-schule/ngx-deploy-starter#10