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

chore(release): 2.0.1 [skip ci]

parent ab745b96
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
## [2.0.1](https://gitlab.com/to-be-continuous/testssl/compare/2.0.0...2.0.1) (2021-10-07)


### Bug Fixes

* use master or main for production env ([7dcbf20](https://gitlab.com/to-be-continuous/testssl/commit/7dcbf203a8332f6e3da55013e8a010fa070cad85))

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

### Features
@@ -25,4 +32,3 @@
### Features

* initial release ([ed6a90c](https://gitlab.com/Orange-OpenSource/tbc/testssl/commit/ed6a90cd3be63c2c84b4069486112b62d3caca36))
+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/testssl'
    ref: '2.0.0'
    ref: '2.0.1'
    file: '/templates/gitlab-ci-testssl.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 testssl "2.0.0"; fi
  if [[ "$TEMPLATE_CHECK_UPDATE_DISABLED" != "true" ]]; then check_for_update testssl "2.0.1"; fi
  unscope_variables

  # ENDSCRIPT
@@ -212,7 +212,7 @@ testssl:
    entrypoint: [""]
  services:
    - name: "$CI_REGISTRY/to-be-continuous/tools/tracking:master"
      command: ["--service", "testssl", "2.0.0"]
      command: ["--service", "testssl", "2.0.1"]
  stage: acceptance
  variables:
    GIT_STRATEGY: none