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

chore(release): 2.2.0 [skip ci]

parent 46630413
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
# [2.2.0](https://gitlab.com/to-be-continuous/gradle/compare/2.1.0...2.2.0) (2022-12-14)


### Features

* add a job generating software bill of materials ([7812897](https://gitlab.com/to-be-continuous/gradle/commit/78128975e65652c0a8d54011c0be2de2a547ac28))

# [2.1.0](https://gitlab.com/to-be-continuous/gradle/compare/2.0.0...2.1.0) (2022-11-26)


+1 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@ In order to include this template in your project, add the following to your `gi
```yaml
include:
  - project: 'to-be-continuous/gradle'
    ref: '2.1.0'
    ref: '2.2.0'
    file: '/templates/gitlab-ci-gradle.yml'
```

+1 −1
Original line number Diff line number Diff line
@@ -310,7 +310,7 @@ stages:
      - .gradle
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "gradle", "2.1.0" ]
      command: ["--service", "gradle", "2.2.0" ]
  before_script:
    - *gradle-scripts
    - handle_daemon