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

chore(release): 4.4.0 [skip ci]

parent fbaad0ce
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
# [4.4.0](https://gitlab.com/to-be-continuous/angular/compare/4.3.2...4.4.0) (2023-05-27)


### Features

* **workflow:** extend (skip ci) feature ([fbaad0c](https://gitlab.com/to-be-continuous/angular/commit/fbaad0cebf4cab7d674d3c2f2e6c4f59c15c187b))

## [4.3.2](https://gitlab.com/to-be-continuous/angular/compare/4.3.1...4.3.2) (2023-03-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.3.2'
    ref: '4.4.0'
    file: '/templates/gitlab-ci-angular.yml'
```

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