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

chore(release): 2.0.0 [skip ci]

# [2.0.0](https://gitlab.com/to-be-continuous/defectdojo/compare/1.2.0...2.0.0) (2022-08-05)

### Bug Fixes

* use $CI_COMMIT_REF_NAME instead of $CI_COMMIT_BRANCH (branch pipeline ionly) ([ee00f934](https://gitlab.com/to-be-continuous/defectdojo/commit/ee00f9348c13f0e3ea42a98949c0b70f7966e7b4))

### Features

* make MR pipeline the default workflow ([ae27cb50](https://gitlab.com/to-be-continuous/defectdojo/commit/ae27cb506b9ba8a03a8b7a2771b88dd9b5b2a706))

### BREAKING CHANGES

* change default workflow from Branch pipeline to MR pipeline
parent 166c7e16
Loading
Loading
Loading
Loading
+17 −0
Original line number Diff line number Diff line
# [2.0.0](https://gitlab.com/to-be-continuous/defectdojo/compare/1.2.0...2.0.0) (2022-08-05)


### Bug Fixes

* use $CI_COMMIT_REF_NAME instead of $CI_COMMIT_BRANCH (branch pipeline ionly) ([ee00f93](https://gitlab.com/to-be-continuous/defectdojo/commit/ee00f9348c13f0e3ea42a98949c0b70f7966e7b4))


### Features

* make MR pipeline the default workflow ([ae27cb5](https://gitlab.com/to-be-continuous/defectdojo/commit/ae27cb506b9ba8a03a8b7a2771b88dd9b5b2a706))


### BREAKING CHANGES

* change default workflow from Branch pipeline to MR pipeline

# [1.2.0](https://gitlab.com/to-be-continuous/defectdojo/compare/1.1.1...1.2.0) (2022-06-30)


+1 −1
Original line number Diff line number Diff line
@@ -42,7 +42,7 @@ In order to include this template in your project, add the following to your `.g

```yaml
  - project: 'to-be-continuous/defectdojo'
    ref: '1.2.0'
    ref: '2.0.0'
    file: 'templates/gitlab-ci-defectdojo.yml'
```

+1 −1
Original line number Diff line number Diff line
@@ -500,7 +500,7 @@ defectdojo:
    entrypoint: [""]
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "defectdojo", "1.2.0" ]
      command: ["--service", "defectdojo", "2.0.0" ]
  stage: .post
  before_script:
    - cd ${DEFECTDOJO_DIR}