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

chore(release): 2.2.1 [skip ci]

parent 8fcee578
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [2.2.1](https://gitlab.com/to-be-continuous/gradle/compare/2.2.0...2.2.1) (2023-01-27)


### Bug Fixes

* "Add registry name in all Docker images" ([0e1eb95](https://gitlab.com/to-be-continuous/gradle/commit/0e1eb95b2aa5d3713d4e19b549f6949b365e8eea))

# [2.2.0](https://gitlab.com/to-be-continuous/gradle/compare/2.1.0...2.2.0) (2022-12-14)


+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.2.0'
    ref: '2.2.1'
    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.2.0" ]
      command: ["--service", "gradle", "2.2.1" ]
  before_script:
    - *gradle-scripts
    - handle_daemon