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

chore(release): 3.0.0 [skip ci]

# [3.0.0](https://gitlab.com/to-be-continuous/php/compare/2.1.0...3.0.0) (2022-08-05)

### Features

* adaptive pipeline ([4e26777c](https://gitlab.com/to-be-continuous/php/commit/4e26777c35f2986922064312a94ac7a58c4172ba))

### BREAKING CHANGES

* change default workflow from Branch pipeline to MR pipeline
parent 8b2ff4dd
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
# [3.0.0](https://gitlab.com/to-be-continuous/php/compare/2.1.0...3.0.0) (2022-08-05)


### Features

* adaptive pipeline ([4e26777](https://gitlab.com/to-be-continuous/php/commit/4e26777c35f2986922064312a94ac7a58c4172ba))


### BREAKING CHANGES

* change default workflow from Branch pipeline to MR pipeline

# [2.1.0](https://gitlab.com/to-be-continuous/php/compare/2.0.1...2.1.0) (2022-05-01)


+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.1.0'
    ref: '3.0.0'
    file: '/templates/gitlab-ci-php.yml'
```

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