From 7f3273f0b2a6e1d703e675f4b166d04ad64d2959 Mon Sep 17 00:00:00 2001 From: Shawn Taylor Date: Thu, 1 Feb 2024 10:49:30 -0500 Subject: [PATCH] docs(angular test app): include instructions for updating nightly build (#28948) Issue number: None --------- ## What is the current behavior? People adding a new Angular test app don't know they need to update the Stencil nightly build. ## What is the new behavior? - Documentation exists for adding a new Angular version to the Stencil nightly build when creating a new Angular test app.. ## Does this introduce a breaking change? - [ ] Yes - [x] No ## Other information This is related to #28945 --------- Co-authored-by: Maria Hutt --- packages/angular/test/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/packages/angular/test/README.md b/packages/angular/test/README.md index e5efdb1a0d..b2e56ef2ee 100644 --- a/packages/angular/test/README.md +++ b/packages/angular/test/README.md @@ -113,4 +113,6 @@ Note: You may encounter some other peer dependency issues not covered by the Ang 7. Open `./github/workflows/build.yml` and find the `test-angular-e2e` job. 8. Find the `apps` field under `matrix`. 9. Add "ng14" to the `apps` field. -10. Commit these changes and push. +10. Open `./github/workflows/stencil-nightly.yml` and find the `test-angular-e2e` job. +11. Repeat steps 8 and 9. +12. Commit these changes and push.