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

chore(release): 4.0.0 [skip ci]

# [4.0.0](https://gitlab.com/to-be-continuous/php/compare/3.0.0...4.0.0) (2022-10-04)

### Features

* normalize reports ([e06bf609](https://gitlab.com/to-be-continuous/php/commit/e06bf609dba33e10fdd8a6bcc4a10d0b77d4d4f7))

### BREAKING CHANGES

* generated reports have changed (see doc). It is a breaking change if you're using SonarQube.
parent 1a880bcb
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
# [4.0.0](https://gitlab.com/to-be-continuous/php/compare/3.0.0...4.0.0) (2022-10-04)


### Features

* normalize reports ([e06bf60](https://gitlab.com/to-be-continuous/php/commit/e06bf609dba33e10fdd8a6bcc4a10d0b77d4d4f7))


### BREAKING CHANGES

* generated reports have changed (see doc). It is a breaking change if you're using SonarQube.

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


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

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