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

chore(release): 3.2.0 [skip ci]

parent 8982dea6
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
# [3.2.0](https://gitlab.com/to-be-continuous/angular/compare/3.1.0...3.2.0) (2022-10-10)


### Features

* **coverage:** add Cobertura report ([e268866](https://gitlab.com/to-be-continuous/angular/commit/e2688664b174d57b227819ddb6aeeae184c84832))

# [3.1.0](https://gitlab.com/to-be-continuous/angular/compare/3.0.1...3.1.0) (2022-10-04)


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

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