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

chore(release): 2.0.1 [skip ci]

parent a26cb1d3
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [2.0.1](https://gitlab.com/to-be-continuous/bash/compare/2.0.0...2.0.1) (2021-10-04)


### Bug Fixes

* update tag version in script ([a26cb1d](https://gitlab.com/to-be-continuous/bash/commit/a26cb1d3399ff14124f7e57707e83ab1e55a6118))

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

### Features
+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 `.g
```yaml
include:
  - project: 'to-be-continuous/bash'
    ref: '2.0.0'
    ref: '2.0.1'
    file: '/templates/gitlab-ci-bash.yml'
```

+2 −2
Original line number Diff line number Diff line
@@ -198,7 +198,7 @@ stages:
    fi
  }

  if [[ "$TEMPLATE_CHECK_UPDATE_DISABLED" != "true" ]]; then check_for_update bash "2.0.0"; fi
  if [[ "$TEMPLATE_CHECK_UPDATE_DISABLED" != "true" ]]; then check_for_update bash "2.0.1"; fi
  unscope_variables

  # ENDSCRIPT
@@ -207,7 +207,7 @@ stages:
  stage: build
  services:
    - name: "$CI_REGISTRY/to-be-continuous/tools/tracking:master"
      command: ["--service", "bash", "2.0.0" ]
      command: ["--service", "bash", "2.0.1" ]
  before_script:
    - *bash-scripts
    - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"