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

chore(release): 2.1.0 [skip ci]

parent 6e33229f
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
# [2.1.0](https://gitlab.com/to-be-continuous/php/compare/2.0.1...2.1.0) (2022-05-01)


### Features

* configurable tracking image ([143750e](https://gitlab.com/to-be-continuous/php/commit/143750e328ce32eb563e94a8273bec80672ffbc7))

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


+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@ In order to include this template in your project, add the following to your `gi
```yaml
include:
  - project: 'to-be-continuous/php'
    ref: '2.0.1'
    ref: '2.1.0'
    file: '/templates/gitlab-ci-php.yml'
```

+1 −1
Original line number Diff line number Diff line
@@ -234,7 +234,7 @@ stages:
  image: $PHP_IMAGE
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "php", "2.0.1" ]
      command: ["--service", "php", "2.1.0" ]
  before_script:
    - *php-scripts
    - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"