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

chore(release): 4.8.0 [skip ci]

parent 7825ccae
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
# [4.8.0](https://gitlab.com/to-be-continuous/angular/compare/4.7.0...4.8.0) (2024-1-27)


### Features

* migrate to GitLab CI/CD component ([d4e7b32](https://gitlab.com/to-be-continuous/angular/commit/d4e7b324ebfee960cb3d4b94b35cc0a5bb81346b))

# [4.7.0](https://gitlab.com/to-be-continuous/angular/compare/4.6.0...4.7.0) (2023-12-8)


+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.7.0
  - component: gitlab.com/to-be-continuous/angular/gitlab-ci-angular@4.8.0
    # 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.7.0'
    ref: '4.8.0'
    file: '/templates/gitlab-ci-angular.yml'

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