Commit b3465157 authored by semantic-release-bot's avatar semantic-release-bot
Browse files
parent 7dc02f8f
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
# [2.2.0](https://gitlab.com/to-be-continuous/angular/compare/2.1.0...2.2.0) (2022-05-01)


### Features

* configurable tracking image ([82f6bf1](https://gitlab.com/to-be-continuous/angular/commit/82f6bf10ab7185dfe6680935a44f53a6d572e96b))

# [2.1.0](https://gitlab.com/to-be-continuous/angular/compare/2.0.1...2.1.0) (2021-12-02)


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

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