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

chore(release): 3.0.0 [skip ci]

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

### Features

* adaptive pipeline ([6bbe6cfc](https://gitlab.com/to-be-continuous/angular/commit/6bbe6cfccd689f51149674bb63789c48ac2800c6))

### BREAKING CHANGES

* change default workflow from Branch pipeline to MR pipeline
parent 2cab078b
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
# [3.0.0](https://gitlab.com/to-be-continuous/angular/compare/2.2.0...3.0.0) (2022-08-05)


### Features

* adaptive pipeline ([6bbe6cf](https://gitlab.com/to-be-continuous/angular/commit/6bbe6cfccd689f51149674bb63789c48ac2800c6))


### BREAKING CHANGES

* change default workflow from Branch pipeline to MR pipeline

# [2.2.0](https://gitlab.com/to-be-continuous/angular/compare/2.1.0...2.2.0) (2022-05-01)


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

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