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

chore(release): 2.0.0 [skip ci]

# [2.0.0](https://gitlab.com/to-be-continuous/angular/compare/1.2.0...2.0.0) (2021-09-02)

### Features

* Change boolean variable behaviour ([6b573ea4](https://gitlab.com/to-be-continuous/angular/commit/6b573ea47079cd20f7c7765409a8e76d1b5b1247)

)

### BREAKING CHANGES

* boolean variable now triggered on explicit 'true' value

Signed-off-by: default avatarCédric OLIVIER <cedric3.olivier@orange.com>
parent 5045f39a
Loading
Loading
Loading
Loading
+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: '1.2.0'
    ref: '2.0.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 "1.2.0"; fi
  if [[ "$TEMPLATE_CHECK_UPDATE_DISABLED" != "true" ]]; then check_for_update angular "2.0.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", "1.2.0"]
      command: ["--service", "angular", "2.0.0"]
  # cache configuration
  cache:
    key: "$CI_COMMIT_REF_SLUG-angular"