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

chore(release): 4.7.0 [skip ci]

parent bd78d3d9
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
# [4.7.0](https://gitlab.com/to-be-continuous/angular/compare/4.6.0...4.7.0) (2023-12-8)


### Features

* use centralized tracking image (gitlab.com) ([e4be734](https://gitlab.com/to-be-continuous/angular/commit/e4be734e18b2e413f8b91526d2ec80ce1bb3b5db))

# [4.6.0](https://gitlab.com/to-be-continuous/angular/compare/4.5.1...4.6.0) (2023-11-25)


+1 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@ In order to include this template in your project, add the following to your `gi
```yaml
include:
  - project: 'to-be-continuous/angular'
    ref: '4.6.0'
    ref: '4.7.0'
    file: '/templates/gitlab-ci-angular.yml'
```

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