Skip to content
Snippets Groups Projects
Commit c1f55479 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/sonar/compare/2.1.0...3.0.0) (2022-08-05)

### Features

* adaptive pipeline rules ([8ac46154](https://gitlab.com/to-be-continuous/sonar/commit/8ac4615400e6e1992a179576d20ee9f220aa117b))
* switch to Merge Request pipelines as default ([48fdc644](https://gitlab.com/to-be-continuous/sonar/commit/48fdc6442ec9a5bf4a09be849f3edbefcd7a6524))

### BREAKING CHANGES

* change default workflow from Branch pipeline to MR pipeline
* removed SONAR_AUTO_ON_DEV_DISABLED
parent c3a72eb1
Branches
Tags
No related merge requests found
# [3.0.0](https://gitlab.com/to-be-continuous/sonar/compare/2.1.0...3.0.0) (2022-08-05)
### Features
* adaptive pipeline rules ([8ac4615](https://gitlab.com/to-be-continuous/sonar/commit/8ac4615400e6e1992a179576d20ee9f220aa117b))
* switch to Merge Request pipelines as default ([48fdc64](https://gitlab.com/to-be-continuous/sonar/commit/48fdc6442ec9a5bf4a09be849f3edbefcd7a6524))
### BREAKING CHANGES
* change default workflow from Branch pipeline to MR pipeline
* removed SONAR_AUTO_ON_DEV_DISABLED
# [2.1.0](https://gitlab.com/to-be-continuous/sonar/compare/2.0.1...2.1.0) (2022-05-01)
......
......@@ -12,7 +12,7 @@ In order to include this template in your project, add the following to your `gi
```yaml
include:
- project: 'to-be-continuous/sonar'
ref: '2.1.0'
ref: '3.0.0'
file: '/templates/gitlab-ci-sonar.yml'
```
......
......@@ -302,7 +302,7 @@ sonar:
entrypoint: [""]
services:
- name: "$TBC_TRACKING_IMAGE"
command: ["--service", "sonar", "2.1.0" ]
command: ["--service", "sonar", "3.0.0" ]
variables:
# Tells git to fetch all the branches of the project, required by the analysis task
# see: https://docs.sonarqube.org/8.5/analysis/gitlab-cicd/#header-2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment