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

chore(release): 2.1.0 [skip ci]

parent 6b515033
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
# [2.1.0](https://gitlab.com/to-be-continuous/angular/compare/2.0.1...2.1.0) (2021-12-02)


### Features

* add support for npm scoped registries ([8522ee3](https://gitlab.com/to-be-continuous/angular/commit/8522ee3e3c2939c53284c07115d9804ec79bc9ab))

## [2.0.1](https://gitlab.com/to-be-continuous/angular/compare/2.0.0...2.0.1) (2021-10-07)


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

+2 −2
Original line number Diff line number Diff line
@@ -388,7 +388,7 @@ stages:

  }

  if [[ "$TEMPLATE_CHECK_UPDATE_DISABLED" != "true" ]]; then check_for_update angular "2.0.1"; fi
  if [[ "$TEMPLATE_CHECK_UPDATE_DISABLED" != "true" ]]; then check_for_update angular "2.1.0"; fi
  unscope_variables

  # ENDSCRIPT
@@ -400,7 +400,7 @@ stages:
  image: $NG_CLI_IMAGE
  services:
    - name: "$CI_REGISTRY/to-be-continuous/tools/tracking:master"
      command: ["--service", "angular", "2.0.1"]
      command: ["--service", "angular", "2.1.0"]
  # cache configuration
  cache:
    key: "$CI_COMMIT_REF_SLUG-angular"