Commit ca451e8c authored by semantic-release-bot's avatar semantic-release-bot
Browse files

chore(release): 4.8.2 [skip ci]

## [4.8.2](https://gitlab.com/to-be-continuous/angular/compare/4.8.1...4.8.2) (2024-05-05)

### Bug Fixes

* **workflow:** disable MR pipeline from prod & integ branches ([015e374f](https://gitlab.com/to-be-continuous/angular/commit/015e374fe4f33c06cb6b95c47546bebd8a6fc2ca))
parent 015e374f
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [4.8.2](https://gitlab.com/to-be-continuous/angular/compare/4.8.1...4.8.2) (2024-05-05)


### Bug Fixes

* **workflow:** disable MR pipeline from prod & integ branches ([015e374](https://gitlab.com/to-be-continuous/angular/commit/015e374fe4f33c06cb6b95c47546bebd8a6fc2ca))

## [4.8.1](https://gitlab.com/to-be-continuous/angular/compare/4.8.0...4.8.1) (2024-03-26)


+2 −2
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@ Add the following to your `gitlab-ci.yml`:
```yaml
include:
  # 1: include the component
  - component: gitlab.com/to-be-continuous/angular/gitlab-ci-angular@4.8.1
  - component: gitlab.com/to-be-continuous/angular/gitlab-ci-angular@4.8.2
    # 2: set/override component inputs
    inputs:
      cli-image: "registry.hub.docker.com/trion/ng-cli-karma:16.2.9" # ⚠ this is only an example
@@ -28,7 +28,7 @@ Add the following to your `gitlab-ci.yml`:
include:
  # 1: include the template
  - project: 'to-be-continuous/angular'
    ref: '4.8.1'
    ref: '4.8.2'
    file: '/templates/gitlab-ci-angular.yml'

variables:
+1 −1
Original line number Diff line number Diff line
@@ -547,7 +547,7 @@ stages:
  image: $NG_CLI_IMAGE
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "angular", "4.8.1"]
      command: ["--service", "angular", "4.8.2"]
  # cache configuration
  cache:
    key: "$CI_COMMIT_REF_SLUG-angular"