From fe4ed30bfc520a25ef0b9976f0e361cfb7deda15 Mon Sep 17 00:00:00 2001 From: semantic-release-bot <semantic-release-bot@martynus.net> Date: Tue, 18 May 2021 13:14:11 +0000 Subject: [PATCH] chore(release): 1.1.0 [skip ci] # [1.1.0](https://gitlab.com/Orange-OpenSource/tbc/angular/compare/1.0.1...1.1.0) (2021-05-18) ### Features * add scoped variables support ([11ba7ae](https://gitlab.com/Orange-OpenSource/tbc/angular/commit/11ba7ae7b3eb5869f737a3a1b5bcb9220749bb39)) --- README.md | 2 +- templates/gitlab-ci-angular.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d85498c..e7363ce 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ In order to include this template in your project, add the following to your `gi ```yaml include: - project: 'Orange-OpenSource/tbc/angular' - ref: '1.0.1' + ref: '1.1.0' file: '/templates/gitlab-ci-angular.yml' ``` diff --git a/templates/gitlab-ci-angular.yml b/templates/gitlab-ci-angular.yml index d5f1586..bc8fe7e 100644 --- a/templates/gitlab-ci-angular.yml +++ b/templates/gitlab-ci-angular.yml @@ -388,7 +388,7 @@ stages: } - if [[ -z "$TEMPLATE_CHECK_UPDATE_DISABLED" ]]; then check_for_update angular "1.0.1"; fi + if [[ -z "$TEMPLATE_CHECK_UPDATE_DISABLED" ]]; then check_for_update angular "1.1.0"; fi unscope_variables # ENDSCRIPT @@ -400,7 +400,7 @@ stages: image: $NG_CLI_IMAGE services: - name: "$CI_REGISTRY/orange-opensource/tbc/tools/tracking:master" - command: ["--service", "angular", "1.0.1"] + command: ["--service", "angular", "1.1.0"] # cache configuration cache: key: "$CI_COMMIT_REF_SLUG-angular" -- GitLab