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

chore(release): 1.0.1 [skip ci]

parent cc1f68af
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [1.0.1](https://gitlab.com/to-be-continuous/defectdojo/compare/1.0.0...1.0.1) (2022-02-25)


### Bug Fixes

* **kicker:** add kind analyse to enable kicker ([cc1f68a](https://gitlab.com/to-be-continuous/defectdojo/commit/cc1f68af374f159e4bc07d41f93a72a34465a910))

# 1.0.0 (2022-02-25)


+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.0.0'
    ref: '1.0.1'
    file: 'templates/gitlab-ci-defectdojo.yml'
```

+1 −1
Original line number Diff line number Diff line
@@ -470,7 +470,7 @@ defectdojo:
    entrypoint: [""]
  services:
    - name: "$CI_REGISTRY/to-be-continuous/tools/tracking:master"
      command: ["--service", "defectdojo", "1.0.0" ]
      command: ["--service", "defectdojo", "1.0.1" ]
  stage: .post
  before_script:
    - cd ${DEFECTDOJO_DIR}