Commit 82b11973 authored by semantic-release-bot's avatar semantic-release-bot
Browse files
parent 2881f1ea
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [4.5.1](https://gitlab.com/to-be-continuous/angular/compare/4.5.0...4.5.1) (2023-10-16)


### Bug Fixes

* declare all TBC stages ([2881f1e](https://gitlab.com/to-be-continuous/angular/commit/2881f1ea89d088add3805943b84fc9491a78ff64))

# [4.5.0](https://gitlab.com/to-be-continuous/angular/compare/4.4.0...4.5.0) (2023-05-28)


+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.5.0'
    ref: '4.5.1'
    file: '/templates/gitlab-ci-angular.yml'
```

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