Commit f70ec8b1 authored by semantic-release-bot's avatar semantic-release-bot
Browse files
parent febb1a49
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
# [3.1.0](https://gitlab.com/to-be-continuous/angular/compare/3.0.1...3.1.0) (2022-10-04)


### Features

* normalize reports ([1f80fc9](https://gitlab.com/to-be-continuous/angular/commit/1f80fc9c31d512f004460e86eb57932ec2305a77))

## [3.0.1](https://gitlab.com/to-be-continuous/angular/compare/3.0.0...3.0.1) (2022-08-08)


+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.0.1'
    ref: '3.1.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.0.1"]
      command: ["--service", "angular", "3.1.0"]
  # cache configuration
  cache:
    key: "$CI_COMMIT_REF_SLUG-angular"